Fixes for pep8 1.5
This commit is contained in:
@@ -97,7 +97,7 @@ class ContentBundle(Bundle):
|
||||
self._icon = cp.get(section, 'icon')
|
||||
|
||||
# Compatibility with old content bundles
|
||||
if not self._global_name is None \
|
||||
if self._global_name is not None \
|
||||
and cp.has_option(section, 'bundle_class'):
|
||||
self._global_name = cp.get(section, 'bundle_class')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user