Browse Source

fixed importing for python2

prozessorkern 4 years ago
parent
commit
d28b90b9a9
1 changed files with 2 additions and 2 deletions
  1. 2 2
      metrixpp/metrixpp.py

+ 2 - 2
metrixpp/metrixpp.py

@@ -12,8 +12,8 @@ import os
 import subprocess
 import subprocess
 import itertools
 import itertools
 
 
-from metrixpp.mpp import log
-from metrixpp.mpp.internal import loader as plugin_loader
+from .mpp import log
+from .mpp.internal import loader as plugin_loader
 
 
 def main():
 def main():