Beispiel #1
0
 def getConfigAsXML(self):
     """ Return XML representing the registry's configuration.
     """
     from exportimport import PluginRegistryExporter
     pre = PluginRegistryExporter(self).__of__(self)
     return pre.generateXML()
Beispiel #2
0
 def getConfigAsXML(self):
     """ Return XML representing the registry's configuration.
     """
     from exportimport import PluginRegistryExporter
     pre = PluginRegistryExporter(self).__of__(self)
     return pre.generateXML()