From 753e36d433b57ae742b2e02ec75d9615b0ebb358 Mon Sep 17 00:00:00 2001 From: Gavin D'souza Date: Tue, 11 May 2021 19:57:24 +0530 Subject: [PATCH] fix: Revert print compatibility import --- install.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.py b/install.py index f9e1c3dc..d42da5b8 100644 --- a/install.py +++ b/install.py @@ -1,4 +1,7 @@ #!/usr/bin/env python3 + +from __future__ import print_function + import os import sys import subprocess