rather comprehensive style fixes

This commit is contained in:
andy
2010-08-16 14:16:21 +02:00
parent 56c9d8dc45
commit 02b35b0c17
16 changed files with 70 additions and 45 deletions

View File

@@ -16,12 +16,13 @@
# License for the specific language governing permissions and limitations
# under the License.
""" Based a bit on the carrot.backeds.queue backend... but a lot better """
"""Based a bit on the carrot.backeds.queue backend... but a lot better."""
from carrot.backends import base
import logging
import Queue as queue
from carrot.backends import base
class Message(base.BaseMessage):
pass