diff --git a/roles/prepare-zanata-client/files/get-modulename.py b/roles/prepare-zanata-client/files/get-modulename.py index 8f09f32c..9310cdfb 100755 --- a/roles/prepare-zanata-client/files/get-modulename.py +++ b/roles/prepare-zanata-client/files/get-modulename.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # Licensed under the Apache License, Version 2.0 (the "License"); you may # not use this file except in compliance with the License. You may obtain @@ -12,8 +12,6 @@ # License for the specific language governing permissions and limitations # under the License. -from __future__ import print_function - import argparse import configparser import sys