Update elephant.py

This commit is contained in:
Kenneth Reitz
2013-03-26 15:33:04 -03:00
parent 78c6412a83
commit f950f86419
+1 -3
View File
@@ -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()
manager.run()