Author: dmeyer
Date: Thu Feb 15 16:13:52 2007
New Revision: 2492

Modified:
   trunk/base/src/utils.py

Log:
bugfix

Modified: trunk/base/src/utils.py
==============================================================================
--- trunk/base/src/utils.py     (original)
+++ trunk/base/src/utils.py     Thu Feb 15 16:13:52 2007
@@ -211,4 +211,4 @@
     def __getattr__(self, attr):
         if self._singleton is None:
             return Singleton.MemberFunction(self, attr)
-        return getattr(self, _singleton, attr)
+        return getattr(self._singleton, attr)

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to