Changeset 1488 for trunk/peppy/frame.py
- Timestamp:
- 07/11/08 08:03:25 (4 months ago)
- Files:
-
- 1 modified
-
trunk/peppy/frame.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/peppy/frame.py
r1487 r1488 77 77 78 78 class MyNotebook(wx.aui.AuiNotebook, debugmixin): 79 debuglevel = 180 79 81 80 def __init__(self, parent, size=wx.DefaultSize): … … 325 324 326 325 class BufferFrame(wx.Frame, ClassPrefs, debugmixin): 327 debuglevel = 1328 326 frameid=0 329 327 load_error_count = 0
