Skip to content

Commit 9f5a2f1

Browse files
author
James William Pye
committed
dead code.
1 parent 94a1664 commit 9f5a2f1

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

postgresql/documentation/__init__.py

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,3 @@
66
See: `postgresql.documentation.index`
77
"""
88
__docformat__ = 'reStructuredText'
9-
10-
# -m rejects this, so make the .index module the, well, index.
11-
if __name__ == '__main__':
12-
import sys
13-
if (sys.argv + [None])[1] == 'dump':
14-
sys.stdout.write(__doc__)
15-
else:
16-
try:
17-
help(__package__)
18-
except NameError:
19-
help(__name__)

0 commit comments

Comments
 (0)