stop using auto-generated script
[findit] / data / findit
index c198574..6022217 100755 (executable)
@@ -1,2 +1,7 @@
-#!/bin/sh
-exec python -O /usr/share/findit/findit.py
+#!/usr/bin/env python
+# -*-coding: utf-8 -*-
+# vim: sw=4 ts=4 expandtab ai
+
+from findit.findit import main
+main()
+