@@ -12,7 +12,7 @@ class Data(object):
}
def __get__(self, obj, klas):
- print "(Fetching from Data Store)"
+ print ("(Fetching from Data Store)")
return {'products': self.products}