[Python-checkins] python/dist/src/Lib/csv __init__.py,1.1,1.2
montanaro@users.sourceforge.net
montanaro@users.sourceforge.net
Thu, 10 Apr 2003 10:16:20 -0700
Update of /cvsroot/python/python/dist/src/Lib/csv
In directory sc8-pr-cvs1:/tmp/cvs-serv26542/csv
Modified Files:
__init__.py
Log Message:
hoist contents of csv submodule up to the package level
Index: __init__.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/csv/__init__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** __init__.py 20 Mar 2003 23:29:12 -0000 1.1
--- __init__.py 10 Apr 2003 17:16:14 -0000 1.2
***************
*** 1 ****
--- 1,2 ----
+ from csv import *