summaryrefslogtreecommitdiffstats
path: root/test/LoadableModule.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LoadableModule.py')
-rw-r--r--test/LoadableModule.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/LoadableModule.py b/test/LoadableModule.py
index b28a565..40f9ce8 100644
--- a/test/LoadableModule.py
+++ b/test/LoadableModule.py
@@ -45,7 +45,7 @@ dlopen_line = {
'freebsd4' : no_dl_lib,
'linux2' : use_dl_lib,
}
-platforms_with_dlopen = dlopen_line.keys()
+platforms_with_dlopen = list(dlopen_line.keys())
test.write('SConstruct', """
env = Environment()