##// END OF EJS Templates
dagparser: transplant part of 4e804302d30c
Martin Geisler -
r11885:08cd25ef stable
parent child Browse files
Show More
@@ -7,6 +7,7 b''
7 7
8 8 import re, string
9 9 import util
10 from i18n import _
10 11
11 12 def parsedag(desc):
12 13 '''parses a DAG from a concise textual description; generates events
General Comments 0
You need to be logged in to leave comments. Login now