mark the example submission rule files as being raw, so the escapes dont get confused
[htsworkflow.git] / htsworkflow / util / test / __init__.py
1 import os
2
3 TEST_CODE_DIR = os.path.split(__file__)[0]
4 TEST_DATA_DIR = os.path.join(TEST_CODE_DIR, 'testdata')