author | Alexandre Fayolle <alexandre.fayolle@logilab.fr> |
Tue, 18 Oct 2011 15:52:50 +0200 | |
changeset 7967 | c87b87b62f8f |
parent 7965 | d45c0eb39e72 (current diff) |
parent 7966 | 63bead921966 (diff) |
child 7968 | 92303e2ed77a |
--- a/server/sources/native.py Thu Sep 29 16:44:55 2011 +0200 +++ b/server/sources/native.py Tue Oct 18 15:52:50 2011 +0200 @@ -1682,7 +1682,6 @@ prefix = 'cw_' for etype in self.schema.entities(): eschema = self.schema.eschema(etype) - print etype, eschema.final if eschema.final: continue etype_tables.append('%s%s'%(prefix, etype))