blob: e8262ded2fbf11ed3e1e54d69ba998be3530067d (
plain)
1
2
3
4
5
6
7
8
9
10
|
diff --git a/filemaid.py b/filemaid.py
index f2d6f4a..dcc53a6 100644
--- a/filemaid.py
+++ b/filemaid.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+
import abc
import argparse
import functools
|