Accept the rught number of Args

This commit is contained in:
Thomas S Hatch 2014-09-22 11:25:08 -06:00
parent 7355f53057
commit 2adc263b4c

View File

@ -1218,5 +1218,5 @@ class DumbAuth(object):
The dumbauth class is used to stub out auth calls fired from the FSClient
subsystem
'''
def gen_token(self):
return ''
def gen_token(self, clear_tok):
return clear_tok