[Python-checkins] python/dist/src/Lib random.py,1.69,1.70

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Jan 3 08:33:19 CET 2005


Update of /cvsroot/python/python/dist/src/Lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19876

Modified Files:
	random.py 
Log Message:
Removed unused line.

Index: random.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/random.py,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- random.py	27 Sep 2004 15:29:03 -0000	1.69
+++ random.py	3 Jan 2005 07:33:16 -0000	1.70
@@ -43,7 +43,6 @@
 from types import MethodType as _MethodType, BuiltinMethodType as _BuiltinMethodType
 from math import log as _log, exp as _exp, pi as _pi, e as _e
 from math import sqrt as _sqrt, acos as _acos, cos as _cos, sin as _sin
-from math import floor as _floor
 from os import urandom as _urandom
 from binascii import hexlify as _hexlify
 



More information about the Python-checkins mailing list