summaryrefslogtreecommitdiffstats
path: root/module/InitHomeDir.py
diff options
context:
space:
mode:
authorGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-07-29 17:05:45 +0200
committerGravatar RaNaN <Mast3rRaNaN@hotmail.de> 2010-07-29 17:05:45 +0200
commit252cf9964a2ebc78a589f75db2a7be0d25cac512 (patch)
tree0f4cd1a7949f8a3dc87eaed35f248170ee421943 /module/InitHomeDir.py
parentmany new stuff, some things already working (diff)
downloadpyload-252cf9964a2ebc78a589f75db2a7be0d25cac512.tar.xz
more improvements and cleaned some imports
Diffstat (limited to 'module/InitHomeDir.py')
-rw-r--r--module/InitHomeDir.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/module/InitHomeDir.py b/module/InitHomeDir.py
index aa94f698c..a3fc64e50 100644
--- a/module/InitHomeDir.py
+++ b/module/InitHomeDir.py
@@ -37,7 +37,6 @@ try:
except ImportError: # quick semi-nasty fallback for non-windows/win32com case
if platform == 'nt':
import ctypes
- from ctypes import wintypes, windll
CSIDL_APPDATA = 26
_SHGetFolderPath = ctypes.windll.shell32.SHGetFolderPathW
_SHGetFolderPath.argtypes = [ctypes.wintypes.HWND,