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
Günther Wagner
gnome-builder
Commits
b4876adb
Commit
b4876adb
authored
Dec 24, 2015
by
Christian Hergert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
html-preview: silence a warning
parent
ff3c13ce
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
plugins/html-preview/html_preview_plugin/__init__.py
plugins/html-preview/html_preview_plugin/__init__.py
+1
-0
No files found.
plugins/html-preview/html_preview_plugin/__init__.py
View file @
b4876adb
...
@@ -24,6 +24,7 @@ from gettext import gettext as _
...
@@ -24,6 +24,7 @@ from gettext import gettext as _
import
gi
import
gi
import
os
import
os
gi
.
require_version
(
'Gtk'
,
'3.0'
)
gi
.
require_version
(
'Ide'
,
'1.0'
)
gi
.
require_version
(
'Ide'
,
'1.0'
)
gi
.
require_version
(
'WebKit2'
,
'4.0'
)
gi
.
require_version
(
'WebKit2'
,
'4.0'
)
...
...
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