Skip to content

Commit

Permalink
No module named 'urlparse' for Nemo
Browse files Browse the repository at this point in the history
No module named 'urlparse' for Nemo
  • Loading branch information
kelebek333 committed Mar 7, 2019
1 parent 0d2ffa2 commit 51682fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kdeconnect-ext.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from kdeconnect import send_files, get_available_devices
import zipfile
import urllib
import urlparse
import urllib.parse as urlparse

TARGET = "%%TARGET%%".title()
Nautilus = importlib.import_module("gi.repository.{}".format(TARGET))
Expand Down

0 comments on commit 51682fd

Please sign in to comment.