Fixes for pep8 1.5

This commit is contained in:
Daniel Narvaez
2014-03-29 19:25:34 +00:00
parent cbf325d994
commit 01ed63ee4b
9 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -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')