Skip to content

Commit

Permalink
FIX : Fix a broken local import (#1034)
Browse files Browse the repository at this point in the history
fixes #1033
  • Loading branch information
Poruri Sai Rahul authored Nov 8, 2021
1 parent d808fab commit 36eed69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyface/workbench/workbench_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def _create_contents(self, parent):
def _editor_manager_default(self):
""" Trait initializer. """

from editor_manager import EditorManager
from .editor_manager import EditorManager

return EditorManager(window=self)

Expand Down

0 comments on commit 36eed69

Please sign in to comment.