From 036d73dd31a0d35b16f1b13cd25a22fea8b6a971 Mon Sep 17 00:00:00 2001 From: Davide Guerri Date: Thu, 17 Jul 2014 11:10:30 +0100 Subject: [PATCH] Remove superfluous doc in the main module Remove superfluous doc in the main module as it is used in the online help and in the man page --- git_upstream/main.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/git_upstream/main.py b/git_upstream/main.py index 340c9ec..e525e43 100644 --- a/git_upstream/main.py +++ b/git_upstream/main.py @@ -18,9 +18,6 @@ """ Command-line tool for tracking upstream revisions - -Main parser module, which after parsing the top level options will hand -off to the collected subcommands parsers. """ import git