Changeset 1815
- Timestamp:
- 08/02/07 00:21:43 (1 year ago)
- Files:
-
- gaphas/trunk/gaphas/state.py (modified) (1 diff)
- gaphas/trunk/setup.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gaphas/trunk/gaphas/state.py
r1794 r1815 61 61 pass 62 62 return func(*args, **kwargs) 63 dec = decorator(wrapper ,func)63 dec = decorator(wrapper)(func) 64 64 65 #dec.__doc__ = (dec.__doc__ or '') + OBSERVED_DOCSTRING66 65 func.__observer__ = dec 67 66 if DISPATCH_BY_DEFAULT: gaphas/trunk/setup.py
r1802 r1815 92 92 93 93 install_requires=[ 94 'decorator >= 2. 0.1',94 'decorator >= 2.2.0', 95 95 # 'PyGTK >= 2.8.0', 96 96 ],
