Skip to content
This repository has been archived by the owner on Apr 23, 2021. It is now read-only.

Commit

Permalink
Fix #51, Nemo and Caja extension error
Browse files Browse the repository at this point in the history
  • Loading branch information
Bajoja committed Apr 8, 2017
1 parent dff4d71 commit af22205
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions data/extensions/kdeconnect-send-caja.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

from gi.repository import Caja, GObject, Notify
from subprocess import call, check_output
from os.path import isfile
import urllib, os.path, re, gettext, locale

# use of _ to set messages to be translated
Expand Down
1 change: 1 addition & 0 deletions data/extensions/kdeconnect-send-nemo.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@

from gi.repository import Nemo, GObject, Notify
from subprocess import call, check_output
from os.path import isfile
import urllib, os.path, re, gettext, locale

# use of _ to set messages to be translated
Expand Down

0 comments on commit af22205

Please sign in to comment.