# HG changeset patch # User Sylvain Thénault # Date 1296110538 -3600 # Node ID e592fb8ee27b0907106d563d80cecd412633fda7 # Parent 60cbb2b39ca9f28953a468a45766a2d0243abad0 [rtags] speepup initialization by avoiding to get file entity types relations (useless) diff -r 60cbb2b39ca9 -r e592fb8ee27b rtags.py --- a/rtags.py Wed Jan 26 17:44:38 2011 +0100 +++ b/rtags.py Thu Jan 27 07:42:18 2011 +0100 @@ -105,6 +105,8 @@ def apply(self, schema, func): for eschema in schema.entities(): + if eschema.final: + continue for rschema, tschemas, role in eschema.relation_definitions(True): for tschema in tschemas: if role == 'subject':