Removing traces of queue.py

This commit is contained in:
David Arthur
2015-02-03 19:52:04 -05:00
parent a421999992
commit c00dc274f9
2 changed files with 1 additions and 4 deletions

View File

@@ -21,9 +21,6 @@ kafka
.. automodule:: kafka.protocol
:members:
.. automodule:: kafka.queue
:members:
.. automodule:: kafka.util
:members:

View File

@@ -36,4 +36,4 @@ deps =
unittest2
mock
pylint
commands = pylint {posargs: -E --ignore=queue.py kafka test}
commands = pylint {posargs: -E kafka test}