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

@ -113,6 +113,13 @@
### NZBGET POST-PROCESSING SCRIPT ###
##############################################################################
from __future__ import (
absolute_import,
division,
print_function,
unicode_literals,
)
import sys
import nzbToMedia