Add future imports

This commit is contained in:
Labrys of Knossos 2019-04-07 17:44:25 -04:00
commit 424879e4b6
70 changed files with 483 additions and 9 deletions

View file

@ -2,6 +2,13 @@
# Author: Nic Wolfe <nic@wolfeden.ca>
# Modified by: echel0n
from __future__ import (
absolute_import,
division,
print_function,
unicode_literals,
)
import os
import platform
import re