Restore explanatory comment on random.seed().
authorGreg Price <price@mit.edu>
Thu, 29 Oct 2009 05:36:44 +0000 (01:36 -0400)
committerGreg Price <price@mit.edu>
Thu, 29 Oct 2009 05:36:44 +0000 (01:36 -0400)
svn path=/package_branches/invirt-web/cherrypy-rebased/; revision=2710

code/main.py

index 74365f5..c791e82 100755 (executable)
@@ -683,4 +683,4 @@ Subject: %s
     p.stdin.close()
     p.wait()
 
     p.stdin.close()
     p.wait()
 
-random.seed()
+random.seed() #sigh