mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-06 13:11:11 -07:00
Add future imports
This commit is contained in:
parent
f42cc020ea
commit
424879e4b6
70 changed files with 483 additions and 9 deletions
|
@ -1,4 +1,11 @@
|
|||
|
||||
from __future__ import (
|
||||
absolute_import,
|
||||
division,
|
||||
print_function,
|
||||
unicode_literals,
|
||||
)
|
||||
|
||||
import libs
|
||||
|
||||
__all__ = ['completed']
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue