Explorar el Código

Maybe do it in the right order :)

Ask Solem hace 15 años
padre
commit
947bdd1f0d
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      celery/utils.py

+ 2 - 2
celery/utils.py

@@ -47,5 +47,5 @@ def mitemgetter(*keys):
 
 
 def get_full_cls_name(cls):
-    return ".".join([cls.__name__,
-                     cls.__module__])
+    return ".".join([cls.__module__,
+                     cls.__name__])