Update project setup.

This commit is contained in:
Anthony Sottile 2014-04-13 22:09:14 -07:00
parent 13b4ca54cf
commit b80ca9e84a
23 changed files with 186 additions and 112 deletions

View file

@ -1,4 +1,3 @@
from __future__ import print_function
import sys
@ -22,4 +21,4 @@ def validate_files(argv):
if __name__ == '__main__':
sys.exit(entry())
sys.exit(validate_files())