diff options
author | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 02:49:06 +0100 |
---|---|---|
committer | Walter Purcaro <vuolter@gmail.com> | 2014-12-11 02:49:06 +0100 |
commit | e7cc40202600f85427441e367b18188289e4fbbb (patch) | |
tree | 878641d52aafdf9c0c785a6d97db0a8dd6ffdd21 /pyload/config | |
parent | Rename some events + engage renamed addon methods (diff) | |
download | pyload-e7cc40202600f85427441e367b18188289e4fbbb.tar.xz |
Clean up some import header
Diffstat (limited to 'pyload/config')
-rw-r--r-- | pyload/config/Parser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pyload/config/Parser.py b/pyload/config/Parser.py index 65e15ca85..ed9f1f897 100644 --- a/pyload/config/Parser.py +++ b/pyload/config/Parser.py @@ -7,7 +7,7 @@ from os.path import exists, join from shutil import copy from traceback import print_exc -from utils import chmod, encode, decode +from pyload.utils import chmod, encode, decode CONF_VERSION = 1 |