changeset 48875 | 6000f5b25c9b |
parent 46518 | 85ec89c47a04 |
child 49164 | a932cad26d37 |
48874:af0b21d5a930 | 48875:6000f5b25c9b |
---|---|
2 """usage: %s DOC ... |
2 """usage: %s DOC ... |
3 |
3 |
4 where DOC is the name of a document |
4 where DOC is the name of a document |
5 """ |
5 """ |
6 |
6 |
7 from __future__ import absolute_import |
|
8 |
7 |
9 import os |
8 import os |
10 import sys |
9 import sys |
11 import textwrap |
10 import textwrap |
12 |
11 |