diff --git a/elephant.py b/elephant.py index e1b469a..33a9033 100644 --- a/elephant.py +++ b/elephant.py @@ -12,8 +12,6 @@ import requests from flask import Flask, request, Response, jsonify, redirect from flask.ext.script import Manager from clint.textui import progress -# from boto.s3.connection import S3Connection -# from boto.exception import S3ResponseError from pyelasticsearch import ElasticSearch from pyelasticsearch.exceptions import IndexAlreadyExistsError @@ -283,4 +281,4 @@ def delete_record(collection, uuid): return redirect('/{}/'.format(collection)) if __name__ == '__main__': - manager.run() \ No newline at end of file + manager.run()