Merge branch 'master' into interposition

This commit is contained in:
dachshund 2013-03-01 11:46:32 -05:00
commit 0dd1ea5968
2 changed files with 1 additions and 1 deletions

1
find-code.sh Executable file
View file

@ -0,0 +1 @@
find \( -name "*.py" \) -type f -print | xargs grep -nis -IC1 --color=always "$1" | less -R

View file

@ -17,7 +17,6 @@
'simplejson'],
scripts=['quickstart.py',
'basic_client.py',
'example_client.py',
'tuf/pushtools/push.py',
'tuf/pushtools/receivetools/receive.py',
'tuf/repo/signercli.py'])