diff options
-rw-r--r-- | filesthatshouldbethesame.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/filesthatshouldbethesame.py b/filesthatshouldbethesame.py index 34c3586d4..bf789df4c 100644 --- a/filesthatshouldbethesame.py +++ b/filesthatshouldbethesame.py @@ -1,3 +1,4 @@ +#!python
from itertools import *
import sys,os,difflib
|