commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r6873 - trunk/gnue-common/src/apps


From: jcater
Subject: [gnue] r6873 - trunk/gnue-common/src/apps
Date: Thu, 6 Jan 2005 11:38:28 -0600 (CST)

Author: jcater
Date: 2005-01-06 11:38:28 -0600 (Thu, 06 Jan 2005)
New Revision: 6873

Modified:
   trunk/gnue-common/src/apps/__init__.py
Log:
removed decimal class until I get it working in Python 2.1

Modified: trunk/gnue-common/src/apps/__init__.py
===================================================================
--- trunk/gnue-common/src/apps/__init__.py      2005-01-06 17:07:16 UTC (rev 
6872)
+++ trunk/gnue-common/src/apps/__init__.py      2005-01-06 17:38:28 UTC (rev 
6873)
@@ -49,11 +49,11 @@
 
 
 # Add the decimal class for python 2.3 or less
-if sys.hexversion < 0x02040000:
-  pth = sys.path
-  from gnue.common.external import decimal
-  sys.modules['decimal'] = decimal
-else:
-  import decimal
-
-__builtins__['Decimal'] = decimal.Decimal
+#if sys.hexversion < 0x02040000:
+#  pth = sys.path
+#  from gnue.common.external import decimal
+#  sys.modules['decimal'] = decimal
+#else:
+#  import decimal
+#
+#__builtins__['Decimal'] = decimal.Decimal





reply via email to

[Prev in Thread] Current Thread [Next in Thread]