Skip to content

Commit

Permalink
Remove unnecessary import add as required
Browse files Browse the repository at this point in the history
  • Loading branch information
dhananjaysathe committed May 16, 2013
1 parent c09ee61 commit 4981d28
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions rce-comm/rce/comm/buffer.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#
#
from zope.interface import implements
from twisted.internet.interfaces import IPushProducer

from autobahn.websocket import WebSocketProtocol
from collections import defaultdict, deque
Expand Down
1 change: 0 additions & 1 deletion rce-comm/rce/comm/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
# twisted specific imports
from twisted.python.threadable import isInIOThread
from twisted.internet.threads import deferToThreadPool
from twisted.internet.interfaces import IPullProducer

# Autobahn specific imports
from autobahn.websocket import connectWS, WebSocketClientFactory, \
Expand Down
1 change: 0 additions & 1 deletion rce-comm/rce/comm/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@
from twisted.cred.error import UnauthorizedLogin
from twisted.web.resource import Resource
from twisted.web.server import NOT_DONE_YET
from twisted.internet.interfaces import IPullProducer

# Autobahn specific imports
from autobahn import httpstatus
Expand Down

0 comments on commit 4981d28

Please sign in to comment.