From f950f86419e83c1921237452f6ff5aebd4c5ad7f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 26 Mar 2013 15:33:04 -0300 Subject: [PATCH] Update elephant.py --- elephant.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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()