diff options
Diffstat (limited to 'astroid/tests/resources.py')
-rw-r--r-- | astroid/tests/resources.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/astroid/tests/resources.py b/astroid/tests/resources.py index fa53324f..d1271989 100644 --- a/astroid/tests/resources.py +++ b/astroid/tests/resources.py @@ -16,9 +16,11 @@ import six from astroid import builder from astroid import MANAGER +from astroid import tests DATA_DIR = 'testdata' +RESOURCE_PATH = os.path.join(tests.__path__[0], DATA_DIR, 'data') BUILTINS = six.moves.builtins.__name__ |