Skip to content

Commit

Permalink
testing variants
Browse files Browse the repository at this point in the history
  • Loading branch information
VDuda committed May 30, 2019
1 parent 16515aa commit 6896e2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bigcommerce/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def __getattr__(self, item):
on the resource class?
"""
print 'resource class', self.resource_class
print 'item', self.item
print 'item', item
return lambda *args, **kwargs: (getattr(self.resource_class, item))(*args, connection=self.connection, **kwargs)

@classmethod
Expand Down

0 comments on commit 6896e2f

Please sign in to comment.