Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
gajim
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
218
Issues
218
List
Boards
Labels
Milestones
Merge Requests
28
Merge Requests
28
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gajim
gajim
Commits
69770417
Commit
69770417
authored
Dec 02, 2019
by
Philipp Hörist
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Pylint: Don't check for optional module
parent
2499d4dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
gajim/common/dbus/location.py
gajim/common/dbus/location.py
+1
-1
No files found.
gajim/common/dbus/location.py
View file @
69770417
...
...
@@ -23,7 +23,7 @@ from nbxmpp.structs import LocationData
from
gajim.common
import
app
if
app
.
is_installed
(
'GEOCLUE'
):
from
gi.repository
import
Geoclue
# pylint: disable=ungrouped-imports
from
gi.repository
import
Geoclue
# pylint: disable=ungrouped-imports
,no-name-in-module
log
=
logging
.
getLogger
(
'gajim.c.dbus.location'
)
...
...
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