--- a/Utilities/ModuleParser.py Sun Feb 10 11:57:37 2013 +0100 +++ b/Utilities/ModuleParser.py Sun Feb 10 14:34:14 2013 +0100 @@ -164,12 +164,12 @@ ) | (?P<Import> - ^ (?: import | from [ \t]+ \. [ \t]+ import ) [ \t]+ + ^ [ \t]* (?: import | from [ \t]+ \. [ \t]+ import ) [ \t]+ (?P<ImportList> (?: [^#;\\\n]+ (?: \\\n )* )* ) ) | (?P<ImportFrom> - ^ from [ \t]+ + ^ [ \t]* from [ \t]+ (?P<ImportFromPath> \.* \w+ (?: