aboutsummaryrefslogtreecommitdiffstats
path: root/sources/shiboken2/tests/shiboken_paths.py
diff options
context:
space:
mode:
Diffstat (limited to 'sources/shiboken2/tests/shiboken_paths.py')
-rw-r--r--sources/shiboken2/tests/shiboken_paths.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sources/shiboken2/tests/shiboken_paths.py b/sources/shiboken2/tests/shiboken_paths.py
index ba0da9189..1072aa501 100644
--- a/sources/shiboken2/tests/shiboken_paths.py
+++ b/sources/shiboken2/tests/shiboken_paths.py
@@ -107,7 +107,7 @@ def shiboken_paths(include_shiboken_tests=False):
src_dir = os.path.dirname(os.path.abspath(__file__))
python_dirs = []
if include_shiboken_tests:
- python_dirs.append(src_dir) # For py3kcompat
+ python_dirs.append(src_dir) # For shiboken_test_helper
shiboken_dir = os.path.join(get_build_dir(), 'shiboken2')
python_dirs.append(os.path.join(shiboken_dir, 'shibokenmodule'))
lib_dirs = [os.path.join(shiboken_dir, 'libshiboken')]