[gnue] r9965 - trunk/gnue-common/src/base

[email protected]
Newsgroups gmane.comp.cms.gnue.cvs
Message-ID <[email protected]>
Author: reinhard
Date: 2009-10-13 13:57:57 -0500 (Tue, 13 Oct 2009)
New Revision: 9965

Modified:
   trunk/gnue-common/src/base/setup.py
Log:
Epydoc fix.


Modified: trunk/gnue-common/src/base/setup.py
===================================================================
--- trunk/gnue-common/src/base/setup.py	2009-10-13 11:26:03 UTC (rev 9964)
+++ trunk/gnue-common/src/base/setup.py	2009-10-13 18:57:57 UTC (rev 9965)
@@ -129,7 +129,9 @@
 try:
     import src as package_info
 except ImportError:
-    package_info = object()             # Fake object to make epydoc happy
+    class __fake_src(object):
+        pass
+    package_info = __fake_src()         # Fake object to make epydoc happy
     package_info.PACKAGE = ""
     package_info.TITLE = ""
     package_info.VERSION = ""
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.