Skip to content

Commit

Permalink
Merge pull request #13 from ocefpaf/rename_module
Browse files Browse the repository at this point in the history
Renaming module part 2.
  • Loading branch information
rhattersley committed Mar 19, 2015
2 parents 63804a9 + 62c9ed3 commit 38fff59
Show file tree
Hide file tree
Showing 6 changed files with 134 additions and 131 deletions.
5 changes: 4 additions & 1 deletion units/__init__.py → cf_units/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@

__version__ = '0.0.1'

from .unit import *
from .cf_units import *
from .cf_units import (CALENDAR_STANDARD, CALENDARS, UT_NAMES, UT_DEFINITION,
FLOAT32, FLOAT64, julian_day2date, date2julian_day,
is_time, is_vertical)
Loading

0 comments on commit 38fff59

Please sign in to comment.