Changeset 4246
- Timestamp:
- 07/08/2008 09:01:32 AM (1 month ago)
- Files:
-
- trunk/dabo/ui/uiwx/dEditor.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/dabo/ui/uiwx/dEditor.py
r4186 r4246 1500 1500 text = f.read().decode(self.Encoding) 1501 1501 f.close() 1502 except OSError:1502 except IOError: 1503 1503 if os.path.exists(fileSpec): 1504 1504 dabo.ui.stop("Could not open %s. Please check that you have read permissions." % fileSpec)
