JeremyGrosser / tablesnap

Uses inotify to monitor Cassandra SSTables and upload them to S3
BSD 2-Clause "Simplified" License
181 stars 86 forks source link

Adding argparse to the list of requirements #27

Closed thekad closed 11 years ago

thekad commented 11 years ago

Argparse is provided in the stdlib in python 2.7+, but not in 2.6. Since lucid still works on 2.6 it makes sense to add this to the requirements list and also the control file.