|
@@ -13,6 +13,7 @@ this = os.path.dirname(os.path.abspath(__file__))
|
|
# If your extensions are in another directory, add it here. If the directory
|
|
# If your extensions are in another directory, add it here. If the directory
|
|
# is relative to the documentation root, use os.path.abspath to make it
|
|
# is relative to the documentation root, use os.path.abspath to make it
|
|
# absolute, like shown here.
|
|
# absolute, like shown here.
|
|
|
|
+sys.path.insert(0, os.pardir)
|
|
sys.path.append(os.path.join(os.pardir, "tests"))
|
|
sys.path.append(os.path.join(os.pardir, "tests"))
|
|
sys.path.append(os.path.join(this, "_ext"))
|
|
sys.path.append(os.path.join(this, "_ext"))
|
|
import celery
|
|
import celery
|