dabo Commit
Revision 4125
Date: 2008-06-11 03:57:09 -0700 (Wed, 11 Jun 2008)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/4125

Changed:
U   trunk/ide/ClassDesigner.py

Log:
Removed stray period that remained after recent refactoring


Diff:
Modified: trunk/ide/ClassDesigner.py
===================================================================
--- trunk/ide/ClassDesigner.py  2008-06-10 16:49:46 UTC (rev 4124)
+++ trunk/ide/ClassDesigner.py  2008-06-11 10:57:09 UTC (rev 4125)
@@ -2051,7 +2051,7 @@
                                if adding:
                                        prop = data["propName"]
                                try:
-                                       self._classPropDict.["obj"]
+                                       self._classPropDict["obj"]
                                except KeyError:
                                        self._classPropDict[obj] = {}
                                # Make sure that there are no single quotes in 
the comment




_______________________________________________
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]

Reply via email to