black/blib2to3/pgen2
Christian Heimes adf4ebd2d9 Remove unnecessary shebang lines (#189)
Since black.py is not marked as executable, the shebang in black.py serves
no purpose. black should be invoked through its entry point any way.

token.py is an internal module without a __name__ == '__main__' block or
other executable code. It contains just list of constants and small
helper functions.

Signed-off-by: Christian Heimes <christian@python.org>
2018-05-04 13:52:17 -07:00
..
__init__.py Initial commit 2018-03-14 12:55:32 -07:00
__init__.pyi Initial commit 2018-03-14 12:55:32 -07:00
conv.py Initial commit 2018-03-14 12:55:32 -07:00
driver.py Allow standalone comments to close code blocks 2018-04-23 16:17:12 -07:00
driver.pyi Initial commit 2018-03-14 12:55:32 -07:00
grammar.py 3.6.5 grammar pickles 2018-04-04 09:55:56 -07:00
grammar.pyi Initial commit 2018-03-14 12:55:32 -07:00
literals.py Initial commit 2018-03-14 12:55:32 -07:00
literals.pyi Initial commit 2018-03-14 12:55:32 -07:00
parse.py Initial commit 2018-03-14 12:55:32 -07:00
parse.pyi Initial commit 2018-03-14 12:55:32 -07:00
pgen.py Initial commit 2018-03-14 12:55:32 -07:00
pgen.pyi Initial commit 2018-03-14 12:55:32 -07:00
token.py Remove unnecessary shebang lines (#189) 2018-05-04 13:52:17 -07:00
token.pyi Initial commit 2018-03-14 12:55:32 -07:00
tokenize.py Accelerate Unicode identifier support (backport from Lib/tokenize.py) 2018-04-23 14:31:35 -07:00
tokenize.pyi Initial commit 2018-03-14 12:55:32 -07:00