This commit is contained in:
Jason Gerard DeRose 2008-10-02 17:51:50 -06:00
parent 993b9f4f63
commit ed3a5855f3

View File

@ -467,7 +467,6 @@ class Command(plugable.Plugin):
args = None
options = None
params = None
can_forward = True
def finalize(self):
self.args = plugable.NameSpace(self.__create_args(), sort=False)