made script shorter
authorWall <wall@gmail.com>
Sun, 1 Mar 2009 09:18:53 +0000 (09:18 +0000)
committerWall <wall@gmail.com>
Sun, 1 Mar 2009 09:18:53 +0000 (09:18 +0000)
data/findit

index 6022217..93bc5f8 100755 (executable)
@@ -1,7 +1,4 @@
-#!/usr/bin/env python
-# -*-coding: utf-8 -*-
-# vim: sw=4 ts=4 expandtab ai
-
+#! /usr/bin/env python
 from findit.findit import main
 main()