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

12 Jan
2014
12 Jan
'14
6:06 a.m.
commit e941e075d7c29eddc6803b2c5c7b98ff52610246 Author: Isis Lovecruft <isis@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
4195
Age (days ago)
4195
Last active (days ago)
0 comments
1 participants
participants (1)
-
isis@torproject.org