[Python-checkins] python/nondist/sandbox/decimal test_Decimal.py, 1.4, 1.5

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Wed Nov 12 15:38:44 EST 2003


Update of /cvsroot/python/python/nondist/sandbox/decimal
In directory sc8-pr-cvs1:/tmp/cvs-serv32533

Modified Files:
	test_Decimal.py 
Log Message:
Revert the previous (harmless) change which got included with the
sandbox set-up for setobject.c.



Index: test_Decimal.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/decimal/test_Decimal.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** test_Decimal.py	12 Nov 2003 20:06:24 -0000	1.4
--- test_Decimal.py	12 Nov 2003 20:38:41 -0000	1.5
***************
*** 6,9 ****
--- 6,10 ----
  
  from test.test_support import TestSkipped, run_unittest
+ 
  TESTDATADIR = 'tests'
  dir = os.curdir + os.sep + TESTDATADIR + os.sep





More information about the Python-checkins mailing list