Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gajim-plugins
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
60
Issues
60
List
Boards
Labels
Service Desk
Milestones
Merge Requests
7
Merge Requests
7
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim-plugins
Commits
38b0aa5d
Commit
38b0aa5d
authored
Nov 02, 2018
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[wicd] Fix _() import
parent
dead59c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
5 deletions
+1
-5
wicd_support/wicd_support.py
wicd_support/wicd_support.py
+1
-5
No files found.
wicd_support/wicd_support.py
View file @
38b0aa5d
...
@@ -3,13 +3,9 @@ import os
...
@@ -3,13 +3,9 @@ import os
from
gajim.common
import
app
from
gajim.common
import
app
from
gajim.plugins
import
GajimPlugin
from
gajim.plugins
import
GajimPlugin
from
gajim.plugins.helpers
import
log_calls
from
gajim.plugins.helpers
import
log_calls
from
gajim.plugins.plugins_i18n
import
_
from
gajim.common
import
dbus_support
from
gajim.common
import
dbus_support
# Since Gajim 1.1.0 _() has to be imported
try
:
from
gajim.common.i18n
import
_
except
ImportError
:
pass
class
WicdPlugin
(
GajimPlugin
):
class
WicdPlugin
(
GajimPlugin
):
@
log_calls
(
'WicdPlugin'
)
@
log_calls
(
'WicdPlugin'
)
...
...
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