From 7b2129db24c58ec6fe4eedb8a57a2c5d64a39a7f Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 24 Aug 2016 10:53:30 -0400 Subject: Add missing import of "print_function" --- verhawk/cli/verhawk.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'verhawk/cli/verhawk.py') diff --git a/verhawk/cli/verhawk.py b/verhawk/cli/verhawk.py index bf69dab..8286e96 100644 --- a/verhawk/cli/verhawk.py +++ b/verhawk/cli/verhawk.py @@ -1,3 +1,5 @@ +from __future__ import print_function + import argparse import importlib import os -- cgit