Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
remove __all__ altogether
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Apr 24, 2015
1 parent 3ac4b81 commit a4c594c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pykafka/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,3 @@
from topic import Topic
from client import KafkaClient
from balancedconsumer import BalancedConsumer

__all__ = ["broker", "Broker", "simpleconsumer", "SimpleConsumer", "cluster",
"Cluster", "partition", "Partition", "producer", "Producer",
"topic", "Topic", "client", "KafkaClient", "balancedconsumer",
"BalancedConsumer"]

0 comments on commit a4c594c

Please sign in to comment.