Ver código fonte

Fixed python3 errors

Arovit Narula 11 anos atrás
pai
commit
8b10122c11
1 arquivos alterados com 1 adições e 1 exclusões
  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}