summaryrefslogtreecommitdiff
path: root/Lib/imputil.py
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2002-02-11 18:01:32 +0000
committerNeal Norwitz <nnorwitz@gmail.com>2002-02-11 18:01:32 +0000
commit54d84998a8d3e01c253cfa5c57c71c0e6b936e44 (patch)
tree23dc7841346c614fa435d216619ec2aafd79bc86 /Lib/imputil.py
parent2f46c6aa39bd7a10239d252932650c1e5c0905b9 (diff)
downloadcpython-54d84998a8d3e01c253cfa5c57c71c0e6b936e44.tar.gz
SF #515012, cleanup: remove unused variable
Diffstat (limited to 'Lib/imputil.py')
-rw-r--r--Lib/imputil.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/imputil.py b/Lib/imputil.py
index b4f93f45c7..65e799cd49 100644
--- a/Lib/imputil.py
+++ b/Lib/imputil.py
@@ -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:] != ':':