Skip to content

Commit

Permalink
fix issue #45 java imports fail with python 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ndjensen committed Apr 14, 2016
1 parent 1c77d3b commit 0f0568f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions jep/hook.py
Expand Up @@ -48,6 +48,7 @@ def load_module(self, fullname):
'__loader__': self,
'__path__': [],
'__file__': '<java>',
'__package__': None,
})
sys.modules[fullname] = mod

Expand Down
2 changes: 1 addition & 1 deletion jep/version.py
@@ -1,2 +1,2 @@
__VERSION__ = '3.4.3'
__VERSION__ = '3.4.4'
VERSION = __VERSION__

0 comments on commit 0f0568f

Please sign in to comment.