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

Commit

Permalink
include base class in __all__
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Apr 24, 2015
1 parent 25a22f1 commit b082b82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pykafka/topic.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
See the License for the specific language governing permissions and
limitations under the License.
"""
__all__ = ["Topic"]
__all__ = ["Topic", "base.BaseTopic"]
import logging
import weakref
from collections import defaultdict
Expand Down

0 comments on commit b082b82

Please sign in to comment.