summaryrefslogtreecommitdiff
path: root/vmextract.py
diff options
context:
space:
mode:
Diffstat (limited to 'vmextract.py')
-rwxr-xr-xvmextract.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmextract.py b/vmextract.py
index 563d0c3..966a8bb 100755
--- a/vmextract.py
+++ b/vmextract.py
@@ -91,7 +91,7 @@ class VmExtract(cliapp.Application): # pylint: disable=too-many-public-methods
def message(self, msg):
logging.info(msg)
if self.settings['verbose']:
- print msg
+ print(msg)
def prepare(self):
"""