from __future__ imports must be first for python 3.3.2
adding \ to break lines in fontTools/misc/transorm.py
unneeded closing parenthesis in T_S_I__1.py
diff --git a/Lib/fontTools/t1Lib.py b/Lib/fontTools/t1Lib.py
index 610c4be..1a81a99 100644
--- a/Lib/fontTools/t1Lib.py
+++ b/Lib/fontTools/t1Lib.py
@@ -15,11 +15,6 @@
 	part should be written as hexadecimal or binary, but only if kind
 	is 'LWFN' or 'PFB'.
 """
-
-__author__ = "jvr"
-__version__ = "1.0b2"
-DEBUG = 0
-
 from __future__ import print_function, division
 from fontTools.misc.py23 import *
 from fontTools.misc import eexec
@@ -27,6 +22,10 @@
 import os
 import re
 
+__author__ = "jvr"
+__version__ = "1.0b2"
+DEBUG = 0
+
 
 try:
 	try: