Skip to content

Commit 16515aa

Browse files
committed
testing variants
1 parent 9b9db43 commit 16515aa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

bigcommerce/api.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,8 @@ def __getattr__(self, item):
5959
TODO: Distinguish between methods and attributes
6060
on the resource class?
6161
"""
62+
print 'resource class', self.resource_class
63+
print 'item', self.item
6264
return lambda *args, **kwargs: (getattr(self.resource_class, item))(*args, connection=self.connection, **kwargs)
6365

6466
@classmethod

0 commit comments

Comments
 (0)