Skip to content

Commit

Permalink
Merge pull request #1028 from praekelt/feature/SEED-510-vumi-bridge-c…
Browse files Browse the repository at this point in the history
…leanup

Cleanup Vumi bridge and add Junebug support
  • Loading branch information
KaitCrawford committed Mar 30, 2016
2 parents 0d426de + a3bd385 commit 767f507
Show file tree
Hide file tree
Showing 5 changed files with 131 additions and 417 deletions.
6 changes: 1 addition & 5 deletions vumi/transports/vumi_bridge/__init__.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
from vumi.transports.vumi_bridge.vumi_bridge import (
GoConversationTransport, GoConversationClientTransport,
GoConversationServerTransport)
from vumi.transports.vumi_bridge.vumi_bridge import GoConversationTransport

__all__ = [
'GoConversationTransport',
'GoConversationClientTransport',
'GoConversationServerTransport',
]
104 changes: 0 additions & 104 deletions vumi/transports/vumi_bridge/client.py

This file was deleted.

63 changes: 0 additions & 63 deletions vumi/transports/vumi_bridge/tests/test_client.py

This file was deleted.

Loading

0 comments on commit 767f507

Please sign in to comment.