Skip to content

Commit

Permalink
Note redundancy.
Browse files Browse the repository at this point in the history
  • Loading branch information
tseaver committed Feb 12, 2013
1 parent 390d125 commit baad3a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/security/metaconfigure.py
Expand Up @@ -44,7 +44,7 @@ class ProtectionDeclarationException(Exception):
class ClassDirective(object):

def __init__(self, _context, class_):
self.__id = dottedName(class_)
self.__id = dottedName(class_) # this would barf on a module, anyway
self.__class = class_
if isinstance(self.__class, ModuleType): #pragma NO COVER
raise ConfigurationError('Content class attribute must be a class')
Expand Down

0 comments on commit baad3a3

Please sign in to comment.