We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2dfcb71 commit 8b10122Copy full SHA for 8b10122
3-tier.py
@@ -12,7 +12,7 @@ class Data(object):
12
}
13
14
def __get__(self, obj, klas):
15
- print "(Fetching from Data Store)"
+ print ("(Fetching from Data Store)")
16
return {'products': self.products}
17
18
0 commit comments