[Python-checkins] CVS: distutils/examples mxdatetime_setup.py,1.6,1.7

Greg Ward python-dev@python.org
Sat, 24 Jun 2000 19:48:10 -0700


Update of /cvsroot/python/distutils/examples
In directory slayer.i.sourceforge.net:/tmp/cvs-serv16605

Modified Files:
	mxdatetime_setup.py 
Log Message:
Delete obsolete comment.

Index: mxdatetime_setup.py
===================================================================
RCS file: /cvsroot/python/distutils/examples/mxdatetime_setup.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -r1.6 -r1.7
*** mxdatetime_setup.py	2000/06/25 02:45:29	1.6
--- mxdatetime_setup.py	2000/06/25 02:48:08	1.7
***************
*** 52,57 ****
         package_dir = {'DateTime': ''},
  
-        # XXX user might have to edit the macro definitions here: yuck!
-        # Probably do need to support 'Setup' file or something similar.
         ext_modules = [Extension('DateTime.mxDateTime.mxDateTime',
                                  ['mxDateTime/mxDateTime.c'],
--- 52,55 ----