Author: reinhard
Date: 2007-04-19 05:31:40 -0500 (Thu, 19 Apr 2007)
New Revision: 9503

Modified:
   trunk/gnue-common/src/definitions/GParser.py
Log:
Fixed exception.


Modified: trunk/gnue-common/src/definitions/GParser.py
===================================================================
--- trunk/gnue-common/src/definitions/GParser.py        2007-04-17 09:26:18 UTC 
(rev 9502)
+++ trunk/gnue-common/src/definitions/GParser.py        2007-04-19 10:31:40 UTC 
(rev 9503)
@@ -775,7 +775,7 @@
       raise MarkupError, \
           (u_("Unable to find an importable object named %(name)s in "
               "%(library)s") % {'name'   : self.name, 'library': self.library},
-           self.url)
+           self._url, self._lineNumber)
 
 
   # ---------------------------------------------------------------------------



_______________________________________________
commit-gnue mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnue

Reply via email to