[Python-checkins] CVS: python/dist/src/Lib dospath.py,1.15,1.16

Skip Montanaro python-dev@python.org
Sun, 16 Jul 2000 20:06:29 -0700


Update of /cvsroot/python/python/dist/src/Lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9810

Modified Files:
	dospath.py 
Log Message:
damn! cut-n-paste from ntpath forgot the "import re"


Index: dospath.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/dospath.py,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** dospath.py	2000/07/17 03:04:19	1.15
--- dospath.py	2000/07/17 03:06:26	1.16
***************
*** 4,7 ****
--- 4,8 ----
  import stat
  import string
+ import re