Ver Fonte

Fixes strange Python3.2 bug. Closes #1034

Ask Solem há 12 anos atrás
pai
commit
1c5efa6bde
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      celery/utils/__init__.py

+ 1 - 1
celery/utils/__init__.py

@@ -19,7 +19,7 @@ from functools import partial, wraps
 from inspect import getargspec
 from pprint import pprint
 
-from kombu import Exchange, Queue
+from kombu.entity import Exchange, Queue
 
 from celery.exceptions import CPendingDeprecationWarning, CDeprecationWarning
 from .compat import StringIO