Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisBarker-NOAA committed May 4, 2017
2 parents bd95da7 + 15a5742 commit e26c9b0
Showing 1 changed file with 10 additions and 19 deletions.
29 changes: 10 additions & 19 deletions py_gnome/gnome/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# from gnomeobject import init_obj_log

# using a PEP 404 compliant version name
__version__ = '0.1.0'
__version__ = '0.5.0'


# a few imports so that the basic stuff is there
Expand Down Expand Up @@ -74,23 +74,14 @@ def _valid_units(unit_name):
uc.ConvertDataUnits[unit_name].values()]))
return tuple(_valid_units)


# we have a sort of chicken-egg situation here. The above functions need
# to be defined before we can import these modules.
from . import (map, environment,
model, multi_model_broadcast,
spill_container, spill,
movers, outputters)

# __all__ should be strings, not names
# but we shoudn't use it anyway.
# __all__ = [GnomeId,
# map,
# spill,
# spill_container,
# movers,
# environment,
# model,
# outputters,
# initialize_log,
# AddLogger,
# multi_model_broadcast]
from . import (map,
environment,
model,
multi_model_broadcast,
spill_container,
spill,
movers,
outputters)

0 comments on commit e26c9b0

Please sign in to comment.