Ignore:
Timestamp:
25/10/08 00:34:52 (4 years ago)
Author:
Paul Kienzle
Message:

python: repackaging (step 2). Refs #101.

Location:
trunk/bindings/python/nxs
Files:
1 added
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/bindings/python/nxs/unit.py

    r1120 r1121  
    4545""" 
    4646 
    47 __all__ = ['Converter'] 
    48  
    4947# TODO: Add udunits to NAPI rather than reimplementing it in python 
    5048# TODO: Alternatively, parse the udunits database directly 
     
    5553 
    5654from __future__ import division 
     55 
     56__all__ = ['Converter'] 
     57 
    5758import math 
    5859 
Note: See TracChangeset for help on using the changeset viewer.