diff options
Diffstat (limited to 'scripts/refcounter.py')
-rwxr-xr-x | scripts/refcounter.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/refcounter.py b/scripts/refcounter.py index 305dd1b..f1642e7 100755 --- a/scripts/refcounter.py +++ b/scripts/refcounter.py @@ -17,6 +17,7 @@ script exits with error 1. # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or # FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public # License for more details. +from __future__ import print_function import gc import sys |