Expose everything on elasticsearch package itself

This commit is contained in:
Honza Kral
2013-05-06 16:15:38 +02:00
parent 82a1f1c32c
commit d5bb5976b8
2 changed files with 12 additions and 0 deletions
+2
View File
@@ -1,3 +1,5 @@
__all__ = ['ElastiSearchException', 'SerializationError', 'TransportError', 'NotFoundError']
class ElastiSearchException(Exception):
pass