Skip to content

Commit

Permalink
Merge pull request #2 from cpaulik/import_test
Browse files Browse the repository at this point in the history
relative import of _datetime
  • Loading branch information
cpaulik committed Nov 14, 2014
2 parents 2b6e409 + f5491c3 commit f04ee18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netcdftime/netcdftime.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
except ImportError: # python 3.x
pass

from _datetime import datetime
from ._datetime import datetime

_units = ['days', 'hours', 'minutes', 'seconds',
'day', 'hour', 'minute', 'second']
Expand Down

0 comments on commit f04ee18

Please sign in to comment.