summaryrefslogtreecommitdiffstats
path: root/pyLoadCli.py
diff options
context:
space:
mode:
authorGravatar Jeix <devnull@localhost> 2010-06-27 22:35:59 +0200
committerGravatar Jeix <devnull@localhost> 2010-06-27 22:35:59 +0200
commitcfdac1567f8b4e47a6def11010a0a80473fe29c7 (patch)
treed53fbb36a5c58def644942862af706cf3c4c483d /pyLoadCli.py
parentCLI import fix (diff)
downloadpyload-cfdac1567f8b4e47a6def11010a0a80473fe29c7.tar.xz
CLI import fix no.2
Diffstat (limited to 'pyLoadCli.py')
-rwxr-xr-xpyLoadCli.py1
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