From: Greg Price Date: Thu, 29 Oct 2009 05:36:44 +0000 (-0400) Subject: Restore explanatory comment on random.seed(). X-Git-Tag: 0.1.0^2~25 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/5703172a60592ef5c8adb22cfb28034d5cc04e32?ds=sidebyside Restore explanatory comment on random.seed(). svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2710 --- diff --git a/code/main.py b/code/main.py index 74365f5..c791e82 100755 --- a/code/main.py +++ b/code/main.py @@ -683,4 +683,4 @@ Subject: %s p.stdin.close() p.wait() -random.seed() +random.seed() #sigh