2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-30 15:59:03 +00:00

fix: Revert print compatibility import

This commit is contained in:
Gavin D'souza 2021-05-11 19:57:24 +05:30
parent 72e6795f50
commit 753e36d433

View File

@ -1,4 +1,7 @@
#!/usr/bin/env python3
from __future__ import print_function
import os
import sys
import subprocess