summaryrefslogtreecommitdiff
blob: 6d6fbdf396183b87a130706043c18412cb5d9763 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
--- a/filters/recoll-we-move-files.py
+++ b/filters/recoll-we-move-files.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/env python2
 # Copyright (C) 2017 J.F.Dockes
 #   This program is free software; you can redistribute it and/or modify
 #   it under the terms of the GNU General Public License as published by
@@ -42,6 +42,8 @@ try:
 except:
     import rclconfig
 
+from __future__ import print_function
+
 verbosity = 0
 def logdeb(s):
     if verbosity >= 4: