Monty Taylor 38f8d43ffc Fix pep8 errors in modules dir
There weren't that many of them - just fix them.

Change-Id: I6aa6d056746c4a6804146b89c12e6313f9d22d9a
2013-11-12 11:30:34 -05:00
..
2013-11-12 11:30:34 -05:00

It sends codes from codes.csv to ATCs in atc.csv and outputs a csv file
with which name corresponds to which code.

You use it like this:

- Copy settings.py.sample to settings.py
- Update values in settings.py, especially EMAIL_USER, EMAIL_FROM,
EMAIL_SIGNATURE and EMAIL_PASSWORD
- Run a test with "python send.py atc_sample.csv codes_sample.csv"

Should work on stock Ubuntu. 

When ready, run the real thing with:

$ python send.py atc.csv codes.csv > sent.csv