diff options
| -rw-r--r-- | verhawk/cli/verhawk.py | 2 | 
1 files changed, 2 insertions, 0 deletions
| 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 | 
