dabo Commit
Revision 5428
Date: 2009-09-26 10:28:39 -0700 (Sat, 26 Sep 2009)
Author: Ed
Trac: http://trac.dabodev.com/changeset/5428
Changed:
U trunk/dabo/lib/propertyHelperMixin.py
Log:
Removed unused assignment.
Diff:
Modified: trunk/dabo/lib/propertyHelperMixin.py
===================================================================
--- trunk/dabo/lib/propertyHelperMixin.py 2009-09-26 17:27:08 UTC (rev
5427)
+++ trunk/dabo/lib/propertyHelperMixin.py 2009-09-26 17:28:39 UTC (rev
5428)
@@ -321,9 +321,7 @@
d["writable"] = False
d["doc"] = propRef.__doc__
-
- dataType = d["type"] = type(propVal)
-
+ d["type"] = type(propVal)
d["definedIn"] = None
for o in classRef.__mro__:
if o.__dict__.has_key(name):
_______________________________________________
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]