Remove 'from __future__ import print_function' lines

This commit is contained in:
Yannick Jadoul
2020-02-04 11:58:52 +01:00
parent 48055273f1
commit 165e51aec5
6 changed files with 2 additions and 8 deletions
+1 -2
View File
@@ -1,6 +1,5 @@
#!/usr/bin/env python
#!/usr/bin/env python3
from __future__ import print_function
import os, sys, subprocess, shutil