summaryrefslogtreecommitdiff
path: root/kafka/__init__.py
diff options
context:
space:
mode:
authorDavid Arthur <mumrah@gmail.com>2012-10-02 12:14:48 -0400
committerDavid Arthur <mumrah@gmail.com>2012-10-02 12:14:48 -0400
commitc99d4119f2d6d0fdee38a159e1c845e42cf398b1 (patch)
tree3def57706d34be7c756ff94a37260e4a48382a52 /kafka/__init__.py
parent36b67b79202f8bdeab60de1f4ed582328eeb04db (diff)
downloadkafka-python-c99d4119f2d6d0fdee38a159e1c845e42cf398b1.tar.gz
Moved codec stuff into it's own module
Snappy will go there when I get around to it
Diffstat (limited to 'kafka/__init__.py')
-rw-r--r--kafka/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kafka/__init__.py b/kafka/__init__.py
index 69bc75f..1e01ea9 100644
--- a/kafka/__init__.py
+++ b/kafka/__init__.py
@@ -1 +1 @@
-__all__ = ["kafka"]
+__all__ = ["kafka","codec"]