[POS-commit] CVS: Kiwi/Kiwi List.py,1.66,1.67

Christian Reis kiko at async.com.br
Fri Feb 7 16:43:27 BRDT 2003


Update of /cvs/Kiwi/Kiwi
In directory anthem:/tmp/cvs-serv32077/Kiwi

Modified Files:
	List.py 
Log Message:
And turn it on (forgot brain inside fridge, sorry).


Index: List.py
===================================================================
RCS file: /cvs/Kiwi/Kiwi/List.py,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- List.py	7 Feb 2003 17:40:41 -0000	1.66
+++ List.py	7 Feb 2003 17:43:25 -0000	1.67
@@ -35,7 +35,7 @@
     # and allow you to specify the type as DateTime in some special way.
     from time import strptime
     from mx.DateTime import DateTimeFrom, DateTimeType
-    USE_MX = 0
+    USE_MX = 1
 except ImportError:
     USE_MX = 0
 



More information about the POS-commit mailing list