Changeset 1481 for trunk/peppy/major.py
- Timestamp:
- 07/10/08 18:14:38 (4 months ago)
- Files:
-
- 1 modified
-
trunk/peppy/major.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/peppy/major.py
r1478 r1481 410 410 # of a superclass. This is a dict based on the class name. 411 411 localkeymaps = {} 412 412 413 # Generic storage for all instances of this class 414 class_storage = {} 415 413 416 def __init__(self, parent, wrapper, buffer, frame): 414 417 # set up the view-local versions of classprefs
