Skip to content

Commit

Permalink
add Pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Sep 5, 2014
1 parent b5dfc14 commit 4be6448
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tornadis/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@

from tornadis.client import Client
from tornadis.pool import ClientPool
from tornadis.pipeline import Pipeline

__all__ = ['Client', 'ClientPool']
__all__ = ['Client', 'ClientPool', 'Pipeline']

0 comments on commit 4be6448

Please sign in to comment.