From 4352ff0e1388f4c2746b4b86dfc4c2895cb43eaf Mon Sep 17 00:00:00 2001 From: Seth Schoen Date: Mon, 16 Jul 2012 19:25:41 -0700 Subject: [PATCH] need to import subprocess --- client-webserver/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-webserver/client.py b/client-webserver/client.py index 2e9c21191..66eb15880 100755 --- a/client-webserver/client.py +++ b/client-webserver/client.py @@ -2,7 +2,7 @@ from chocolate_protocol_pb2 import chocolatemessage import M2Crypto -import urllib2, os, sys, time, random, sys, hashlib +import urllib2, os, sys, time, random, sys, hashlib, subprocess # It is OK to use the upstream M2Crypto here instead of our modified # version.