cubicweb/dataimport/stores.py
changeset 11780 307d96c0ab5a
parent 11779 9a3663ec4ead
child 11811 f09efeead7f9
--- a/cubicweb/dataimport/stores.py	Mon Oct 17 16:53:28 2016 +0200
+++ b/cubicweb/dataimport/stores.py	Wed Sep 28 09:02:14 2016 +0200
@@ -416,10 +416,7 @@
     """
     __deprecation_warning__ = '[3.23] this class is deprecated, use MetadataGenerator instead'
 
-    META_RELATIONS = (META_RTYPES
-                      - VIRTUAL_RTYPES
-                      - set(('eid', 'cwuri',
-                             'is', 'is_instance_of', 'cw_source')))
+    META_RELATIONS = MetadataGenerator.META_RELATIONS
 
     def __init__(self, cnx, baseurl=None, source=None):
         self._cnx = cnx