summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Alejandro <ivanalejandro0@gmail.com>2015-07-24 16:16:38 -0300
committerIvan Alejandro <ivanalejandro0@gmail.com>2015-07-24 16:16:38 -0300
commit6b2d0f7424f08423bcdbb99002d8eacbc460fc68 (patch)
tree4017be5c0c9ac7880a934145cf9c97d5ffeace22
parent4f4c50f159ea191e12abf3165157fb112c4e985e (diff)
[style] pep8 comments
-rw-r--r--src/leap/bitmask/util/leap_argparse.py24
1 files changed, 12 insertions, 12 deletions
diff --git a/src/leap/bitmask/util/leap_argparse.py b/src/leap/bitmask/util/leap_argparse.py
index 383e5f8a..70feb61c 100644
--- a/src/leap/bitmask/util/leap_argparse.py
+++ b/src/leap/bitmask/util/leap_argparse.py
@@ -78,20 +78,20 @@ def build_parser():
# XXX not yet updated to new mail api for mail 0.4.0
# parser.add_argument('--acct', metavar="user@provider",
- #nargs='?',
- #action="store", dest="acct",
- #help='Manipulate mailboxes for this account')
+ # nargs='?',
+ # action="store", dest="acct",
+ # help='Manipulate mailboxes for this account')
# parser.add_argument('-r', '--repair-mailboxes', default=False,
- #action="store_true", dest="repair",
- #help='Repair mailboxes for a given account. '
- #'Use when upgrading versions after a schema '
- #'change. Use with --acct')
+ # action="store_true", dest="repair",
+ # help='Repair mailboxes for a given account. '
+ # 'Use when upgrading versions after a schema '
+ # 'change. Use with --acct')
# parser.add_argument('--import-maildir', metavar="/path/to/Maildir",
- #nargs='?',
- #action="store", dest="import_maildir",
- #help='Import the given maildir. Use with the '
- #'--to-mbox flag to import to folders other '
- #'than INBOX. Use with --acct')
+ # nargs='?',
+ # action="store", dest="import_maildir",
+ # help='Import the given maildir. Use with the '
+ # '--to-mbox flag to import to folders other '
+ # 'than INBOX. Use with --acct')
if not IS_RELEASE_VERSION:
help_text = ("Bypasses the certificate check during provider "