diff options
author | marha <marha@users.sourceforge.net> | 2012-08-21 11:52:37 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-08-21 11:52:37 +0200 |
commit | c732a28a020f7c0a0cc90889fedeb7fd53e2b31e (patch) | |
tree | 3ad089a6b5a08140e11c4dbc8c0722c076a59eb3 | |
parent | b6dd6de7f745bf0e52ac1d8922dca6f6f2517803 (diff) | |
download | vcxsrv-c732a28a020f7c0a0cc90889fedeb7fd53e2b31e.tar.gz vcxsrv-c732a28a020f7c0a0cc90889fedeb7fd53e2b31e.tar.bz2 vcxsrv-c732a28a020f7c0a0cc90889fedeb7fd53e2b31e.zip |
Added command line at start of script
-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
|