|
@@ -7,8 +7,10 @@
|
|
# restrict, so long as you retain the above notice(s) and this license
|
|
# restrict, so long as you retain the above notice(s) and this license
|
|
# in all redistributed copies and derived works. There is no warranty.
|
|
# in all redistributed copies and derived works. There is no warranty.
|
|
|
|
|
|
|
|
+# Future imports for Python 2.7, mandatory in 3.0
|
|
|
|
+from __future__ import division
|
|
from __future__ import print_function
|
|
from __future__ import print_function
|
|
-from __future__ import with_statement
|
|
|
|
|
|
+from __future__ import unicode_literals
|
|
|
|
|
|
import cgitb
|
|
import cgitb
|
|
import os
|
|
import os
|