示例#1
0
 def tearDownZope(self, app):
     super(ImagingFixture, self).tearDownZope(app)
     unpatchImageField()
     z2.uninstallProduct(app, 'plone.app.imaging')
示例#2
0
 def tearDownZope(self, app):
     super(ImagingFixture, self).tearDownZope(app)
     unpatchImageField()
     z2.uninstallProduct(app, 'plone.app.imaging')
示例#3
0
 def beforeTearDown(self):
     unpatchImageField()