dabo Commit
Revision 3388
Date: 2007-09-18 07:34:26 -0700 (Tue, 18 Sep 2007)
Author: Ed
Trac: http://svn.dabodev.com/trac/dabo/changeset/3388
Changed:
U trunk/dabo/ui/uiwx/dFileDialog.py
Log:
Doh! Must have hit the backspace just before committing that removed the colon
at the end of the except line.
Diff:
Modified: trunk/dabo/ui/uiwx/dFileDialog.py
===================================================================
--- trunk/dabo/ui/uiwx/dFileDialog.py 2007-09-18 13:27:03 UTC (rev 3387)
+++ trunk/dabo/ui/uiwx/dFileDialog.py 2007-09-18 14:34:26 UTC (rev 3388)
@@ -100,7 +100,7 @@
# wxPython changed the constant after 2.6
try:
multStyle = wx.FD_MULTIPLE
- except AttributeError
+ except AttributeError:
multStyle = wx.MULTIPLE
style = style | multStyle
_______________________________________________
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/dabo-dev/[EMAIL PROTECTED]