Changeset 1121 for trunk/bindings/python/nxs/unit.py
- Timestamp:
- 25/10/08 00:34:52 (4 years ago)
- Location:
- trunk/bindings/python/nxs
- Files:
-
- 1 added
- 1 moved
-
. (added)
-
unit.py (moved) (moved from trunk/bindings/python/nxsunit.py) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/bindings/python/nxs/unit.py
r1120 r1121 45 45 """ 46 46 47 __all__ = ['Converter']48 49 47 # TODO: Add udunits to NAPI rather than reimplementing it in python 50 48 # TODO: Alternatively, parse the udunits database directly … … 55 53 56 54 from __future__ import division 55 56 __all__ = ['Converter'] 57 57 58 import math 58 59
Note: See TracChangeset
for help on using the changeset viewer.
