checkpoint
[python-rwhoisd.git] / test / path.py
1 import sys, os
2
3 this_path = sys.path[0]
4 rwhoisd_path = os.path.join(this_path, "..", "rwhoisd")
5 if os.path.isdir(rwhoisd_path):
6     sys.path.append(rwhoisd_path)