Skip to content

Commit

Permalink
refactor(rss): move RSS reader to its own folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Aug 1, 2024
1 parent ff68e01 commit bf22ec3
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion qtribu/logic/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#! python3 # noqa: E265
from .custom_datatypes import RssItem # noqa: F401
from .rss_reader import RssMiniReader # noqa: F401
from .splash_changer import SplashChanger # noqa: F401
from .web_viewer import WebViewer # noqa: F401
Empty file.
File renamed without changes.
3 changes: 2 additions & 1 deletion qtribu/plugin_main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@
from qtribu.gui.dlg_settings import PlgOptionsFactory
from qtribu.gui.form_article import ArticleForm
from qtribu.gui.form_rdp_news import RdpNewsForm
from qtribu.logic import RssMiniReader, SplashChanger
from qtribu.logic.news_feed.rss_reader import RssMiniReader
from qtribu.logic.splash_changer import SplashChanger
from qtribu.toolbelt import NetworkRequestsManager, PlgLogger, PlgOptionsManager
from qtribu.toolbelt.commons import open_url_in_browser, open_url_in_webviewer

Expand Down

0 comments on commit bf22ec3

Please sign in to comment.