Import random before seeding
authorEric Price <ecprice@mit.edu>
Sun, 22 Jun 2008 06:42:03 +0000 (02:42 -0400)
committerEric Price <ecprice@mit.edu>
Sun, 22 Jun 2008 06:42:03 +0000 (02:42 -0400)
svn path=/trunk/packages/sipb-xen-www/; revision=640

code/main.py

index d67faa8..7513973 100755 (executable)
@@ -11,6 +11,7 @@ import simplejson
 import sys
 import time
 import urllib
 import sys
 import time
 import urllib
+import random
 from StringIO import StringIO
 
 def revertStandardError():
 from StringIO import StringIO
 
 def revertStandardError():