Fix multiple typos in var, function and exception names
Signed-off-by: Eygene Ryabinkin <rea@codelabs.ru>
This commit is contained in:

committed by
Eygene Ryabinkin

parent
8dd6f7893c
commit
8c43e52173
@ -104,7 +104,7 @@ class BaseFolder(object):
|
||||
def waitforthread(self):
|
||||
"""Implements method that waits for thread to be usable.
|
||||
Should be implemented only for folders that suggest threads."""
|
||||
raise NotImplementedException
|
||||
raise NotImplementedError
|
||||
|
||||
# XXX: we may need someting like supports_quickstatus() to check
|
||||
# XXX: if user specifies 'quick' flag for folder that doesn't
|
||||
|
Reference in New Issue
Block a user