diff options
author | Trupti Rajesh Kini | 2016-11-16 12:00:59 +0530 |
---|---|---|
committer | GitHub | 2016-11-16 12:00:59 +0530 |
commit | 861dfa4142073b0ce4c03804d1e8d7da23b797a2 (patch) | |
tree | 05c56ee3265ce6c4fb7e032ef47bce521477bb74 | |
parent | efe99ed44bdd8a2568862967577d7ccea41024d5 (diff) | |
download | Python-TBC-Interface-861dfa4142073b0ce4c03804d1e8d7da23b797a2.tar.gz Python-TBC-Interface-861dfa4142073b0ce4c03804d1e8d7da23b797a2.tar.bz2 Python-TBC-Interface-861dfa4142073b0ce4c03804d1e8d7da23b797a2.zip |
Fixed download zip error
-rw-r--r-- | tbc/views.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tbc/views.py b/tbc/views.py index 3e9f0f5..52a9478 100644 --- a/tbc/views.py +++ b/tbc/views.py @@ -21,7 +21,7 @@ import random import json import subprocess from email.mime.text import MIMEText - +import StringIO def add_log(user, object, flag, message, proposal_id=None, chat='No message'): '''Creates log entry of the user activities.''' |