why was that line there...

This commit is contained in:
Mattias Andrée 2012-12-19 04:03:07 +01:00
parent dcacd4d601
commit 1e9549ec4f

View file

@ -1461,7 +1461,6 @@ class ArgParser():
@param help:str Short description, use `None` to hide the option
'''
def add_argumentless(self, alternatives, help = None):
ARGUMENTLESS
self.__arguments.append((ARGUMENTLESS, alternatives, None, help))
stdalt = alternatives[0]
self.opts[stdalt] = None