commit dd2a03831ef2db198de42730e83db5cfeb0517e6 Author: Ximin Luo infinity0@gmx.com Date: Tue Nov 19 16:52:58 2013 +0000
rm unused imports --- flashproxy-client | 4 ---- flashproxy-reg-appspot | 3 --- flashproxy-reg-email | 2 -- flashproxy-reg-http | 2 -- flashproxy-reg-url | 2 -- 5 files changed, 13 deletions(-)
diff --git a/flashproxy-client b/flashproxy-client index d1490ce..945146a 100755 --- a/flashproxy-client +++ b/flashproxy-client @@ -5,10 +5,8 @@ import array import base64 import cStringIO import getopt -import httplib import os import os.path -import re import select import socket import struct @@ -17,8 +15,6 @@ import sys import threading import time import traceback -import urllib -import xml.sax.saxutils
from flashproxy.util import parse_addr_spec, format_addr
diff --git a/flashproxy-reg-appspot b/flashproxy-reg-appspot index eae80ea..516fcc9 100755 --- a/flashproxy-reg-appspot +++ b/flashproxy-reg-appspot @@ -3,13 +3,10 @@ import errno import getopt import httplib -import re import os import socket -import ssl import subprocess import sys -import tempfile import urlparse import urllib2
diff --git a/flashproxy-reg-email b/flashproxy-reg-email index b9b86b7..ab8d4cb 100755 --- a/flashproxy-reg-email +++ b/flashproxy-reg-email @@ -6,9 +6,7 @@ import os import re import smtplib import socket -import ssl import sys -import tempfile import urllib
from flashproxy.keys import PIN_GOOGLE_CA_CERT, PIN_GOOGLE_PUBKEY_SHA1, DEFAULT_FACILITATOR_PUBKEY_PEM, check_certificate_pin, temp_cert diff --git a/flashproxy-reg-http b/flashproxy-reg-http index 1b97323..83b7084 100755 --- a/flashproxy-reg-http +++ b/flashproxy-reg-http @@ -1,8 +1,6 @@ #!/usr/bin/env python
import getopt -import httplib -import re import socket import sys import urllib diff --git a/flashproxy-reg-url b/flashproxy-reg-url index 99503a0..c45bc26 100755 --- a/flashproxy-reg-url +++ b/flashproxy-reg-url @@ -2,8 +2,6 @@
import base64 import getopt -import re -import socket import sys import urllib import urlparse
tor-commits@lists.torproject.org