21
21
# along with this program. If not, see <http://www.gnu.org/licenses/>.
27
26
if __name__ == "__main__":
30
29
from os.path import join, abspath, exists
32
36
# check for a development source directory and use that if it's there
33
37
PACKAGE_DIR = join( abspath( sys.path[ 0 ] ), "..", "lib" )
36
40
sys.path.insert( 0, PACKAGE_DIR )