##// 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 import re, string
8 import re, string
9 import util
9 import util
10 from i18n import _
10
11
11 def parsedag(desc):
12 def parsedag(desc):
12 '''parses a DAG from a concise textual description; generates events
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