mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 05:01:10 -07:00
Add future imports
This commit is contained in:
parent
f42cc020ea
commit
424879e4b6
70 changed files with 483 additions and 9 deletions
|
@ -1,5 +1,12 @@
|
|||
# coding=utf-8
|
||||
|
||||
from __future__ import (
|
||||
absolute_import,
|
||||
division,
|
||||
print_function,
|
||||
unicode_literals,
|
||||
)
|
||||
|
||||
import requests
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue