diff options
Diffstat (limited to 'tests/roots/test-api-set-translator/nonext')
-rw-r--r-- | tests/roots/test-api-set-translator/nonext/conf.py | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/roots/test-api-set-translator/nonext/conf.py b/tests/roots/test-api-set-translator/nonext/conf.py new file mode 100644 index 0000000..f93e4da --- /dev/null +++ b/tests/roots/test-api-set-translator/nonext/conf.py @@ -0,0 +1,6 @@ +import os +import sys + +sys.path.insert(0, os.path.dirname(os.path.abspath('.'))) + +project = 'test' |