[Python-checkins] python/nondist/sandbox/twister random.py,1.8,1.9

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Sat, 28 Dec 2002 22:59:38 -0800


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

Modified Files:
	random.py 
Log Message:
Whitepace normalization.


Index: random.py
===================================================================
RCS file: /cvsroot/python/python/nondist/sandbox/twister/random.py,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** random.py	29 Dec 2002 01:35:57 -0000	1.8
--- random.py	29 Dec 2002 06:59:36 -0000	1.9
***************
*** 83,87 ****
          Optional argument x controls seeding, as for Random.seed().
          """
!         
          self.seed(x)
          self.gauss_next = None
--- 83,87 ----
          Optional argument x controls seeding, as for Random.seed().
          """
! 
          self.seed(x)
          self.gauss_next = None