remove old commented line
This commit is contained in:
parent
8e69046d46
commit
23320221f5
1 changed files with 0 additions and 1 deletions
|
|
@ -24,7 +24,6 @@ class MyClientSession(koji.ClientSession):
|
|||
fn = os.path.join(os.path.dirname(__file__), 'data/calls', name,'calls.json')
|
||||
with open(fn) as fp:
|
||||
data = json.load(fp)
|
||||
#data = koji.fixEncodingRecurse(data)
|
||||
for call in data:
|
||||
key = self._munge([call['method'], call['args'], call['kwargs']])
|
||||
self._testcalls[key] = call
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue