[Python-checkins] r46567 - sandbox/trunk/decimal-c/run.py

mateusz.rukowicz python-checkins at python.org
Tue May 30 21:09:23 CEST 2006


Author: mateusz.rukowicz
Date: Tue May 30 21:09:23 2006
New Revision: 46567

Added:
   sandbox/trunk/decimal-c/run.py   (contents, props changed)
Log:
Run it to make sure . is in module paths.


Added: sandbox/trunk/decimal-c/run.py
==============================================================================
--- (empty file)
+++ sandbox/trunk/decimal-c/run.py	Tue May 30 21:09:23 2006
@@ -0,0 +1,4 @@
+import _decimal
+CD = _decimal.Decimal
+import decimal
+D = decimal.Decimal


More information about the Python-checkins mailing list