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

Commit

Permalink
swap __all__ order
Browse files Browse the repository at this point in the history
  • Loading branch information
emmettbutler committed Apr 24, 2015
1 parent 910a227 commit 8981711
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", "BaseTopic"]
__all__ = ["BaseTopic", "Topic"]
import logging
import weakref
from collections import defaultdict
Expand Down

0 comments on commit 8981711

Please sign in to comment.