Remove Python 2 import workarounds

This commit is contained in:
practicalswift
2018-12-13 14:53:30 +01:00
parent 20c54eef6e
commit 4de11a3682
4 changed files with 4 additions and 18 deletions

View File

@@ -7,7 +7,6 @@
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
#
from __future__ import print_function, division
import struct
import re
import os