dabo Commit
Revision 6433
Date: 2011-02-14 14:56:13 -0800 (Mon, 14 Feb 2011)
Author: Jacekk
Trac: http://trac.dabodev.com/changeset/6433
Changed:
U trunk/dabo/ui/__init__.py
Log:
Fix for some kind of IDEs to allow to import the ui layer properly.
Diff:
Modified: trunk/dabo/ui/__init__.py
===================================================================
--- trunk/dabo/ui/__init__.py 2011-02-13 03:09:19 UTC (rev 6432)
+++ trunk/dabo/ui/__init__.py 2011-02-14 22:56:13 UTC (rev 6433)
@@ -220,3 +220,8 @@
doc = None
return property(fget, fset, None, doc)
+
+# Because some of IDEs uses lexical analysis (Wing) instead of the dynamic
+# analysis (PyDev), the following code should make them happy.
+if False:
+ from uiwx import *
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-dev
Searchable Archives: http://leafe.com/archives/search/dabo-dev
This message:
http://leafe.com/archives/byMID/[email protected]