commit:     148f42293eb0e6c33b39ad2bd11b367362c929fe
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  7 23:36:52 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Mon Aug  7 23:36:52 2017 +0000
URL:        https://gitweb.gentoo.org/proj/javatoolkit.git/commit/?id=148f4229

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")

Reply via email to