[tor-commits] [bridgedb/master] I *really* hate Python2.6.

isis at torproject.org isis at torproject.org
Sun Jan 12 06:06:32 UTC 2014


commit e941e075d7c29eddc6803b2c5c7b98ff52610246
Author: Isis Lovecruft <isis at torproject.org>
Date:   Tue Nov 19 03:58:02 2013 +0000

    I *really* hate Python2.6.
    
    The argparse module wasn't a builtin in Python2.6, so we have to add it to
    requirements.txt otherwise the CI builds fail.
---
 requirements.txt |    1 +
 1 file changed, 1 insertion(+)

diff --git a/requirements.txt b/requirements.txt
index 3935c59..72a322c 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -10,3 +10,4 @@ pygpgme==0.3
 recaptcha==1.0rc1
 recaptcha-client==1.0.6
 zope.interface>=4.0.5
+argparse==1.2.1





More information about the tor-commits mailing list