Skip to content

Commit

Permalink
Fix relative import in appnope
Browse files Browse the repository at this point in the history
  • Loading branch information
takluyver committed Sep 4, 2014
1 parent ce96b90 commit da35ae1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion IPython/external/appnope/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from distutils.version import LooseVersion as V

if sys.platform != "darwin" or V(platform.mac_ver()[0]) < V("10.9"):
from _dummy import *
from ._dummy import *
else:
from ._nope import *

Expand Down

0 comments on commit da35ae1

Please sign in to comment.