revert messed imports 1

This commit is contained in:
Ondřej Samohel 2020-11-23 13:13:39 +01:00
parent bcf75bf37e
commit d25087fe12
No known key found for this signature in database
GPG key ID: 8A29C663C672C2B7
22 changed files with 71 additions and 71 deletions

View file

@ -212,7 +212,6 @@ class TrayManager:
"Module \"{}\" does not have attribute \"{}\"."
" Check your settings please."
).format(import_path, key))
p = os.environ["AVALON_SCHEMA"]
obj = module.tray_init(self.tray_widget, self.main_window)
name = obj.__class__.__name__
if hasattr(obj, 'tray_menu'):