Changeset 720 for trunk/src/common.py
- Timestamp:
- 03/02/10 11:37:54 (2 years ago)
- Files:
-
- 1 modified
-
trunk/src/common.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common.py
r713 r720 365 365 giving the parameter name, in which case val is the parameter value. 366 366 """ 367 if val :367 if val is not None: 368 368 param = {param:val} 369 369 if not hasattr(cells, '__len__'):
