let's use dialog and getopt!

This commit is contained in:
Seth Schoen 2012-08-09 16:36:27 -07:00
parent b28e657e65
commit bff90ee86f

View file

@ -3,6 +3,7 @@
from chocolate_protocol_pb2 import chocolatemessage
import M2Crypto
import urllib2, os, grp, pwd, sys, time, random, sys, hashlib, subprocess
import dialog, getopt
import sni_challenge
import configurator
# It is OK to use the upstream M2Crypto here instead of our modified