diff options
Diffstat (limited to 'src/py')
-rw-r--r-- | src/py/javatoolkit/__init__.py | 4 |
1 files 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") |