kombu/t/integration/__init__.py

8 lines
120 B
Python
Raw Normal View History

from __future__ import annotations
2010-11-12 11:02:04 +00:00
import os
import sys
2010-11-12 11:02:04 +00:00
sys.path.insert(0, os.pardir)
sys.path.insert(0, os.getcwd())