need to import subprocess

This commit is contained in:
Seth Schoen 2012-07-16 19:25:41 -07:00
parent 1b88b67544
commit 4352ff0e13

View file

@ -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.