[tor-commits] [flashproxy/master] Add missing import.

dcf at torproject.org dcf at torproject.org
Mon May 20 07:38:09 UTC 2013


commit c54bc0d95bc23aaa728c29b6761ed6f00827e99a
Author: David Fifield <david at 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



More information about the tor-commits mailing list