commit c54bc0d95bc23aaa728c29b6761ed6f00827e99a Author: David Fifield david@bamsoftware.com Date: Mon May 20 00:37:53 2013 -0700
Add missing import.
Only caused an error in managed mode. --- flashproxy-reg-appspot | 1 + 1 file changed, 1 insertion(+)
diff --git a/flashproxy-reg-appspot b/flashproxy-reg-appspot index c086e06..99ca9aa 100755 --- a/flashproxy-reg-appspot +++ b/flashproxy-reg-appspot @@ -1,5 +1,6 @@ #!/usr/bin/env python
+import errno import getopt import httplib import re
tor-commits@lists.torproject.org