Changeset 4360
- Timestamp:
- 08/06/08 08:59:39 (4 months ago)
- Files:
-
- trunk/ide/ClassDesigner.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/ide/ClassDesigner.py
r4311 r4360 1163 1163 txt = dlg.edtImport.Text 1164 1164 try: 1165 compile(txt.strip() , "", "exec")1165 compile(txt.strip().replace("\r\n", "\n"), "", "exec") 1166 1166 self._classImportDict[frm] = txt 1167 1167 showDialog = dlg.Accepted = False
