瀏覽代碼

Fixed python3 errors

Arovit Narula 11 年之前
父節點
當前提交
8b10122c11
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      3-tier.py

+ 1 - 1
3-tier.py

@@ -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}