فهرست منبع

test_backends.test_base: Use subclass_exception from billiard

Ask Solem 15 سال پیش
والد
کامیت
3703f33a3d
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      celery/tests/test_backends/test_base.py

+ 1 - 1
celery/tests/test_backends/test_base.py

@@ -2,7 +2,7 @@ import sys
 import types
 import unittest2 as unittest
 
-from django.db.models.base import subclass_exception
+from billiard.serialization import subclass_exception
 from billiard.serialization import find_nearest_pickleable_exception as fnpe
 from billiard.serialization import UnpickleableExceptionWrapper
 from billiard.serialization import get_pickleable_exception as gpe