Add usage comement to run_fixers.py.

This commit is contained in:
Ben Darnell 2013-12-31 12:28:44 -05:00
parent 9577776e3e
commit d7d24217b8
1 changed files with 2 additions and 0 deletions

View File

@ -1,4 +1,6 @@
#!/usr/bin/env python
# Usage is like 2to3:
# $ maint/scripts/run_fixers.py -wn --no-diffs tornado
import sys
from lib2to3.main import main