diff --git a/elasticsearch/base.py b/base.py similarity index 100% rename from elasticsearch/base.py rename to base.py diff --git a/elasticsearch/cat.py b/cat.py similarity index 100% rename from elasticsearch/cat.py rename to cat.py diff --git a/commands.py b/commands.py deleted file mode 100644 index de07ecc..0000000 --- a/commands.py +++ /dev/null @@ -1,5 +0,0 @@ -from .elasticsearch.cat import * -from .elasticsearch.document import * -from .elasticsearch.index import * -from .elasticsearch.search import * -from .elasticsearch.utils import * diff --git a/elasticsearch/document.py b/document.py similarity index 100% rename from elasticsearch/document.py rename to document.py diff --git a/elasticsearch/__init__.py b/elasticsearch/__init__.py deleted file mode 100644 index e69de29..0000000 diff --git a/elasticsearch/index.py b/index.py similarity index 100% rename from elasticsearch/index.py rename to index.py diff --git a/elasticsearch/search.py b/search.py similarity index 100% rename from elasticsearch/search.py rename to search.py diff --git a/elasticsearch/utils.py b/utils.py similarity index 100% rename from elasticsearch/utils.py rename to utils.py