Commit 2f5bcdcb authored by Jeremy Hylton's avatar Jeremy Hylton

One #! line should be sufficient.

parent 0c457ea2
#! /usr/bin/env python #! /usr/bin/env python
"""Print a text summary of the contents of a FileStorage.""" """Print a text summary of the contents of a FileStorage."""
#! /usr/bin/env python
from ZODB.fsdump import fsdump from ZODB.fsdump import fsdump
if __name__ == "__main__": if __name__ == "__main__":
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment