commit 770f78aab48f1aa6a3834d5648857583865d96d8 Author: David Fifield david@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