use 'is None' rather then '== None' as suggested by python docs & mis-spelling.

This commit is contained in:
2011-03-29 04:16:55 +00:00
parent e72c278f47
commit 6e5ce953da
3 changed files with 11 additions and 11 deletions

View File

@@ -195,7 +195,7 @@ def load_scripts(reload_scripts=False, refresh_scripts=False):
for mod in modules_from_path(path, loaded_modules):
test_register(mod)
# deal with addons seperately
# deal with addons separately
_addon_utils.reset_all(reload_scripts)
# run the active integration preset