dabo Commit
Revision 4209
Date: 2008-06-27 17:56:11 -0700 (Fri, 27 Jun 2008)
Author: Paul
Trac: http://svn.dabodev.com/trac/dabo/changeset/4209
Changed:
U trunk/dabo/ui/uiwx/dGrid.py
Log:
Corrected typo introduced recently.
Diff:
Modified: trunk/dabo/ui/uiwx/dGrid.py
===================================================================
--- trunk/dabo/ui/uiwx/dGrid.py 2008-06-28 00:31:02 UTC (rev 4208)
+++ trunk/dabo/ui/uiwx/dGrid.py 2008-06-28 00:56:11 UTC (rev 4209)
@@ -1322,7 +1322,7 @@
def _getSortable(self):
try:
v = self._sortable
- except At:
+ except AttributeError:
v = self._sortable = True
return v
_______________________________________________
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]