mercurial/util_win32.py
changeset 2313 a600d9997521
parent 2285 0912f807b7ff
child 2448 b77a2ef61b81
--- a/mercurial/util_win32.py
+++ b/mercurial/util_win32.py
@@ -194,7 +194,7 @@ def user_rcpath():
         # We are on win < nt: fetch the APPDATA directory location and use
         # the parent directory as the user home dir.
         appdir = shell.SHGetPathFromIDList(
-            qshell.SHGetSpecialFolderLocation(0, shellcon.CSIDL_APPDATA))
+            shell.SHGetSpecialFolderLocation(0, shellcon.CSIDL_APPDATA))
         userdir = os.path.dirname(appdir)
     return os.path.join(userdir, 'mercurial.ini')