Skip to content

Commit a153e3c

Browse files
Small update
1 parent 20b3040 commit a153e3c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

MiniScripts/motherless-dl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
$FileInfo: motherless-dl.py - Last Update: 11/10/2013 Ver. 1.6.7 RC 1 - Author: cooldude2k $
1717
'''
1818

19-
from __future__ import division, absolute_import, print_function
19+
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
2020
import re
2121
import os
2222
import sys

PyXV/xv-dl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
1515
$FileInfo: xv.py - Last Update: 04/01/2013 Ver. 1.0.0 - Author: cooldude2k $
1616
'''
17-
from __future__ import division, absolute_import, print_function
17+
from __future__ import absolute_import, division, print_function, unicode_literals, generators, with_statement, nested_scopes
1818
import re
1919
import os
2020
import sys

0 commit comments

Comments
 (0)