diff options
Diffstat (limited to 'Lib/platform.py')
-rwxr-xr-x | Lib/platform.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/platform.py b/Lib/platform.py index 11b501e7d7..c4ffe95bca 100755 --- a/Lib/platform.py +++ b/Lib/platform.py @@ -503,7 +503,6 @@ def win32_ver(release='', version='', csd='', ptype=''): # Import the needed APIs try: - import win32api from win32api import RegQueryValueEx, RegOpenKeyEx, \ RegCloseKey, GetVersionEx from win32con import HKEY_LOCAL_MACHINE, VER_PLATFORM_WIN32_NT, \ |