Skip to content

Commit

Permalink
Editor: Move printer widgets to spyder/widgets
Browse files Browse the repository at this point in the history
That way they could be used by other plugins.
  • Loading branch information
ccordoba12 committed Nov 10, 2023
1 parent bdd6c80 commit 03113a0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spyder/plugins/editor/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@
from spyder.plugins.editor.widgets.editorstack import EditorStack
from spyder.plugins.editor.widgets.splitter import EditorSplitter
from spyder.plugins.editor.widgets.window import EditorMainWindow
from spyder.plugins.editor.widgets.printer import (
SpyderPrinter, SpyderPrintPreviewDialog)
from spyder.plugins.editor.utils.bookmarks import (load_bookmarks,
update_bookmarks)
from spyder.plugins.editor.widgets.status import (CursorPositionStatus,
Expand All @@ -73,6 +71,7 @@
from spyder.plugins.toolbar.api import ApplicationToolbars
from spyder.utils.stylesheet import AppStyle
from spyder.widgets.mixins import BaseEditMixin
from spyder.widgets.printer import SpyderPrinter, SpyderPrintPreviewDialog
from spyder.widgets.simplecodeeditor import SimpleCodeEditor


Expand Down
File renamed without changes.

0 comments on commit 03113a0

Please sign in to comment.