csailer / bots

Automatically exported from code.google.com/p/bots
0 stars 0 forks source link

fixed imports to show correct name of module to import #220

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in imports, the filename of module was reported in eg errors as:
    /home/hje/Bots/botsdev/bots/bots.usersys/grammars/xml.xmlunit
should be:
    /home/hje/Bots/botsdev/bots/usersys/grammars/xml/xmlunit

also: consistent logging/errors: always report filename, not modulename.

Original issue reported on code.google.com by hjebb...@gmail.com on 26 Apr 2013 at 2:25

GoogleCodeExporter commented 9 years ago

Original comment by hjebb...@gmail.com on 6 Sep 2013 at 4:54

GoogleCodeExporter commented 9 years ago

Original comment by hjebb...@gmail.com on 10 Sep 2013 at 12:46