Exemplo n.º 1
0
 def __getattr__(self, attr):
     try:
         return StringHandler.__getattr__(self, attr)
     except KeyError:
         return getattr(plurals, attr)
Exemplo n.º 2
0
 def __getattr__(self, attr):
     try:
         return StringHandler.__getattr__(self, attr)
     except KeyError:
         return getattr(plurals, attr)