diff options
author | Jeix <devnull@localhost> | 2010-06-27 22:35:59 +0200 |
---|---|---|
committer | Jeix <devnull@localhost> | 2010-06-27 22:35:59 +0200 |
commit | cfdac1567f8b4e47a6def11010a0a80473fe29c7 (patch) | |
tree | d53fbb36a5c58def644942862af706cf3c4c483d /pyLoadCli.py | |
parent | CLI import fix (diff) | |
download | pyload-cfdac1567f8b4e47a6def11010a0a80473fe29c7.tar.xz |
CLI import fix no.2
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-x | pyLoadCli.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyLoadCli.py b/pyLoadCli.py index 4daa58671..c5996eb29 100755 --- a/pyLoadCli.py +++ b/pyLoadCli.py @@ -26,6 +26,7 @@ from os.path import abspath from os.path import dirname from os.path import join from os.path import exists +from os.path import expanduser from os import name as platform import sys from sys import exit |