mirror of
https://github.com/frappe/bench.git
synced 2024-11-18 11:05:12 +00:00
fix: Revert print compatibility import
This commit is contained in:
parent
72e6795f50
commit
753e36d433
@ -1,4 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
|
||||
from __future__ import print_function
|
||||
|
||||
import os
|
||||
import sys
|
||||
import subprocess
|
||||
|
Loading…
Reference in New Issue
Block a user