sobjects/hooks.py
branchstable
changeset 3690 a5ef45850d23
parent 2878 03244a6d0283
child 4212 ab6573088b4a
--- a/sobjects/hooks.py	Thu Oct 15 20:29:21 2009 +0200
+++ b/sobjects/hooks.py	Thu Oct 15 20:29:51 2009 +0200
@@ -69,6 +69,8 @@
     accepts = ('Any',)
 
     def call(self, session, entity):
+        if session.is_super_session:
+            return
         metaattrs = entity.e_schema.meta_attributes()
         for metaattr, (metadata, attr) in metaattrs.iteritems():
             if metadata == 'format':