Format header, Remove dummy sys.path.insert
authorJohan Dahlin <johan@src.gnome.org>
Sat, 3 May 2008 15:13:10 +0000 (15:13 +0000)
committerJohan Dahlin <johan@src.gnome.org>
Sat, 3 May 2008 15:13:10 +0000 (15:13 +0000)
svn path=/trunk/; revision=265

tools/g-ir-scanner

index 760c9d3..56615b0 100755 (executable)
@@ -15,7 +15,8 @@
 #
 # You should have received a copy of the GNU General Public License
 # along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
+# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
+# 02110-1301, USA.
 #
 
 import commands
@@ -23,8 +24,6 @@ import optparse
 import os
 import sys
 
-sys.path.insert(0, '.')
-
 from giscanner.glibtransformer import GLibTransformer
 from giscanner.sourcescanner import SourceScanner
 from giscanner.transformer import Transformer