Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
World
Feeds
Commits
d2028c28
Verified
Commit
d2028c28
authored
Nov 20, 2020
by
Gabriele Musco
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
appeased flake8
parent
4dba8a9f
Pipeline
#232065
passed with stage
in 10 minutes and 17 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
gfeeds/rss_parser.py
gfeeds/rss_parser.py
+0
-1
gfeeds/shortcuts_window.py
gfeeds/shortcuts_window.py
+1
-0
No files found.
gfeeds/rss_parser.py
View file @
d2028c28
...
...
@@ -8,7 +8,6 @@ from gettext import gettext as _
from
gfeeds.download_manager
import
download_raw
from
gfeeds.get_favicon
import
get_favicon
from
os.path
import
isfile
from
os
import
remove
from
gfeeds.confManager
import
ConfManager
from
gfeeds.sha
import
shasum
from
PIL
import
Image
...
...
gfeeds/shortcuts_window.py
View file @
d2028c28
from
gi.repository
import
Gtk
def
show_shortcuts_window
(
parent_win
,
*
args
):
shortcuts_win
=
Gtk
.
Builder
.
new_from_resource
(
'/org/gabmus/gfeeds/ui/shortcutsWindow.xml'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment