1 2 3 4 5 6 7 8 9 10 11 12 13
|
Author: Alexander Wirt <formorer@debian.org>
Description: Help testasciidoc to find its libs
--- a/tests/testasciidoc.py
+++ b/tests/testasciidoc.py
@@ -23,6 +23,8 @@
import os, sys, re, difflib
+sys.path.append('/usr/share/asciidoc/')
+
if sys.platform[:4] == 'java':
# Jython cStringIO is more compatible with CPython StringIO.
import cStringIO as StringIO
|