summaryrefslogtreecommitdiff
path: root/creole/tests/constants.py
diff options
context:
space:
mode:
authorJensDiemer <git@jensdiemer.de>2020-02-07 11:37:37 +0100
committerJensDiemer <git@jensdiemer.de>2020-02-07 11:37:37 +0100
commit722e954ef7affb76edc238e756e06c43b329bed7 (patch)
tree8b96cef227ca6be81829cfe26315ecd1261771f3 /creole/tests/constants.py
parentd0b7242e8a26bb60a4b550c7df89fd411cd09069 (diff)
downloadcreole-722e954ef7affb76edc238e756e06c43b329bed7.tar.gz
add isort config and apply itfix#44
Diffstat (limited to 'creole/tests/constants.py')
-rw-r--r--creole/tests/constants.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/creole/tests/constants.py b/creole/tests/constants.py
index 0e276d4..b081658 100644
--- a/creole/tests/constants.py
+++ b/creole/tests/constants.py
@@ -2,4 +2,5 @@ from pathlib import Path
import creole
+
CREOLE_PACKAGE_ROOT = Path(creole.__file__).parent.parent