dabo Commit Revision 5076 Date: 2009-02-24 13:28:18 -0800 (Tue, 24 Feb 2009) Author: Paul Trac: http://trac.dabodev.com/changeset/5076
Changed: U trunk/ide/ClassDesigner.py Log: Fixes Ricardo's catch. Diff: Modified: trunk/ide/ClassDesigner.py =================================================================== --- trunk/ide/ClassDesigner.py 2009-02-23 17:40:30 UTC (rev 5075) +++ trunk/ide/ClassDesigner.py 2009-02-24 21:28:18 UTC (rev 5076) @@ -3,6 +3,7 @@ import sys import os import copy +import codecs import inspect import dabo from dabo.dLocalize import _ _______________________________________________ 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]
