[tor-commits] [flashproxy/master] Add missing import.
    dcf at torproject.org 
    dcf at torproject.org
       
    Mon Apr  9 04:08:42 UTC 2012
    
    
  
commit 770f78aab48f1aa6a3834d5648857583865d96d8
Author: David Fifield <david at bamsoftware.com>
Date:   Sun Apr 1 10:11:26 2012 -0700
    Add missing import.
---
 flashproxy-reg-http.py |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/flashproxy-reg-http.py b/flashproxy-reg-http.py
index 032a0fb..9ebaa72 100755
--- a/flashproxy-reg-http.py
+++ b/flashproxy-reg-http.py
@@ -3,6 +3,7 @@
 import getopt
 import httplib
 import socket
+import re
 import sys
 import urllib
 
    
    
More information about the tor-commits
mailing list