appy.gen: removed from some pages superfluous translations of inexistent labels.

This commit is contained in:
Gaetan Delannay 2011-09-07 09:56:53 +02:00
parent b9c6283d9e
commit d2d3f9a745
5 changed files with 25 additions and 21 deletions

View file

@ -62,9 +62,7 @@ class AbstractWrapper(object):
except AttributeError, ae:
# Maybe a back reference?
res = self.o.getAppyType(name)
if not res:
print "Attribute error", ae
raise ae
if not res: raise ae
# If we got an Appy type, return the value of this type for this object
if isinstance(res, Type):
o = self.o