Various bugfixes.

This commit is contained in:
Gaetan Delannay 2012-09-19 11:29:29 +02:00
parent 5f530d9f9e
commit b985b5998d
4 changed files with 3 additions and 2 deletions

View file

@ -481,7 +481,7 @@ class ToolMixin(BaseMixin):
can be a Zope content type or a Appy class) can be created
(via a web form, by importing external data, etc). Result is a
dict whose keys are strings (ie "form", "import"...) and whose
values are additional data bout the particular mean.'''
values are additional data about the particular mean.'''
pythonClass = contentTypeOrAppyClass
if isinstance(contentTypeOrAppyClass, basestring):
pythonClass = self.getAppyClass(pythonClass)