Skip to content

Commit

Permalink
relative import of _datetime
Browse files Browse the repository at this point in the history
  • Loading branch information
Christoph Paulik committed Nov 14, 2014
1 parent 2b6e409 commit f5491c3
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 f5491c3

Please sign in to comment.