summaryrefslogtreecommitdiffstats
path: root/tools/buildscripts/find-mocables
diff options
context:
space:
mode:
Diffstat (limited to 'tools/buildscripts/find-mocables')
-rwxr-xr-xtools/buildscripts/find-mocables2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildscripts/find-mocables b/tools/buildscripts/find-mocables
index 6c709399c..7c383cfec 100755
--- a/tools/buildscripts/find-mocables
+++ b/tools/buildscripts/find-mocables
@@ -23,4 +23,4 @@ for f in filter(os.path.isfile, sys.argv[1:]):
if re.match(".*Q_OBJECT", line):
mocables.add(f)
for mocable in mocables:
- print(mocable)
+ print mocable