From 148f42293eb0e6c33b39ad2bd11b367362c929fe Mon Sep 17 00:00:00 2001 From: Patrice Clement Date: Tue, 8 Aug 2017 01:36:52 +0200 Subject: fix imports --- src/py/javatoolkit/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/py/javatoolkit/__init__.py b/src/py/javatoolkit/__init__.py index 77b273b..f40ce2e 100644 --- a/src/py/javatoolkit/__init__.py +++ b/src/py/javatoolkit/__init__.py @@ -5,8 +5,8 @@ # # Licensed under the GNU General Public License, v2 -from classpath import * -from output import * +from .classpath import * +from .output import * if __name__ == "__main__": print("This is not an executable module") -- cgit v1.2.3-65-gdbad