Changeset 3622 for trunk/base/src/utils.py
- Timestamp:
- 12/10/08 23:38:58 (3 months ago)
- Files:
-
- 1 modified
-
trunk/base/src/utils.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/base/src/utils.py
r3582 r3622 365 365 @return: a decorator which has the attributes of the decorated function. 366 366 """ 367 if 'epydoc' not in sys.modules :367 if 'epydoc' not in sys.modules and 'sphinx.builder' not in sys.modules: 368 368 # epydoc not imported, so return a decorator that passes the func through. 369 369 return lambda func: func
