summaryrefslogtreecommitdiff
path: root/scheme2rst.py
diff options
context:
space:
mode:
authormichele.simionato <devnull@localhost>2009-03-21 12:57:17 +0000
committermichele.simionato <devnull@localhost>2009-03-21 12:57:17 +0000
commitc5135c9ccf5a70c7c862a04c326c527f9f4581cb (patch)
tree182e08cec73c9ae30c3897ef1e4b139d25cedec4 /scheme2rst.py
parent055a31d0e4cf9e60af5d8f823b72ec7d1730212d (diff)
downloadmicheles-c5135c9ccf5a70c7c862a04c326c527f9f4581cb.tar.gz
Added text and code about phase separation and the dark tower
Diffstat (limited to 'scheme2rst.py')
-rw-r--r--scheme2rst.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scheme2rst.py b/scheme2rst.py
index 547ff99..5c9e2ce 100644
--- a/scheme2rst.py
+++ b/scheme2rst.py
@@ -22,7 +22,7 @@ BIGCOMMENT = re.compile(r'#\|(.*)\|#(.*)', re.DOTALL)
SNIPPET = re.compile(r'\n\s*;+\s*(%s)\s*\n(.*?)\n\s*;+\s*END' % identifier,
re.DOTALL)
SNIPPETNAME = re.compile(r'\n\$\$(%s)\n' % identifier)
-INCLUDE = re.compile(r'\$\$([-\w\d_\.]+):')
+INCLUDE = re.compile(r'\$\$([-\w\d_\./]+):')
INCLUDESNIPPET = re.compile(r'\$\$([-\w\d_\.]+):(%s)\n' % identifier)
PATH = os.environ['IKARUS_LIBRARY_PATH']