--- cdli/cdliSplitter.py 2008/01/09 18:49:07 1.7.2.11 +++ cdli/cdliSplitter.py 2008/01/14 17:35:26 1.7.2.12 @@ -73,7 +73,7 @@ class cdliSplitter: elif not (s[0] in ignoreLines): # regular line - lineparts=s.split(".") + lineparts=s.split(". ",1) if len(lineparts)==1: # no line number txt=s @@ -95,7 +95,7 @@ class cdliSplitter: if not (w==''): result.append(w) - #logging.debug("split '%s' into %s"%(lst,repr(result))) + logging.debug("split '%s' into %s"%(lst,repr(result))) return result