diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -15,6 +15,12 @@ | |||
15 | # See the License for the specific language governing permissions and | 15 | # See the License for the specific language governing permissions and |
16 | # limitations under the License. | 16 | # limitations under the License. |
17 | 17 | ||
18 | """The repo tool. | ||
19 | |||
20 | People shouldn't run this directly; instead, they should use the `repo` wrapper | ||
21 | which takes care of execing this entry point. | ||
22 | """ | ||
23 | |||
18 | from __future__ import print_function | 24 | from __future__ import print_function |
19 | import getpass | 25 | import getpass |
20 | import imp | 26 | import imp |