dabo Commit
Revision 4523
Date: 2008-09-23 08:30:50 -0700 (Tue, 23 Sep 2008)
Author: Nate
Trac: http://svn.dabodev.com/trac/dabo/changeset/4523

Changed:
U   trunk/dabo/ui/uiwx/dEditor.py

Log:
I got a SyntaxError that hung up my editor when I forgot to put the colon on 
the class.  This fixes the issue in dEditor.

Diff:
Modified: trunk/dabo/ui/uiwx/dEditor.py
===================================================================
--- trunk/dabo/ui/uiwx/dEditor.py       2008-09-17 01:21:39 UTC (rev 4522)
+++ trunk/dabo/ui/uiwx/dEditor.py       2008-09-23 15:30:50 UTC (rev 4523)
@@ -1769,7 +1769,9 @@
                        except NameError:
                                # Class is not in the namespace
                                pass
-
+                       except SyntaxError:
+                               # Catch user Syntax errors like no colon after 
class def
+                               pass
                
        def _getRuntimeObject(self, runtimeObjectName):
                """Given a runtimeObjectName, get the object.




_______________________________________________
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