summaryrefslogtreecommitdiffstats
path: root/test/QT/manual.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/QT/manual.py')
-rw-r--r--test/QT/manual.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/QT/manual.py b/test/QT/manual.py
index dcab3aa..ff38f32 100644
--- a/test/QT/manual.py
+++ b/test/QT/manual.py
@@ -56,7 +56,7 @@ env.Moc('moc_eee.cpp', 'eee.cpp')
sources.extend(env.Uic(['include/uic_fff.hpp', 'fff.cpp', 'fff.moc.cpp'],
'ui/fff.ui')[1:])
-print map(str,sources)
+print list(map(str,sources))
env.Program(target='aaa',
source=sources,
CPPPATH=['$CPPPATH', './include'],