]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF #515012, cleanup: remove unused variable
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Feb 2002 18:01:32 +0000 (18:01 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 11 Feb 2002 18:01:32 +0000 (18:01 +0000)
Lib/imputil.py

index b4f93f45c7e5516e7e9bde4f12c0c6022f2f18ec..65e799cd491e3c599d9a75a3047b91d52d52fc5e 100644 (file)
@@ -455,7 +455,6 @@ def _os_bootstrap():
         def join(a, b):
             if a == '':
                 return b
-            path = s
             if ':' not in a:
                 a = ':' + a
             if a[-1:] != ':':