[Python-checkins] CVS: python/dist/src/Lib imputil.py,1.22,1.23

Neal Norwitz nnorwitz@users.sourceforge.net
Mon, 11 Feb 2002 10:01:35 -0800


Update of /cvsroot/python/python/dist/src/Lib
In directory usw-pr-cvs1:/tmp/cvs-serv6682

Modified Files:
	imputil.py 
Log Message:
SF #515012, cleanup: remove unused variable

Index: imputil.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/imputil.py,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -d -r1.22 -r1.23
*** imputil.py	4 Sep 2001 18:39:45 -0000	1.22
--- imputil.py	11 Feb 2002 18:01:32 -0000	1.23
***************
*** 456,460 ****
              if a == '':
                  return b
-             path = s
              if ':' not in a:
                  a = ':' + a
--- 456,459 ----