Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Kamm <mail@ckamm.de>2018-04-25 13:26:18 +0300
committerCamila San <hello@camila.codes>2018-06-01 14:02:13 +0300
commit70f0792d4a69a7f284a0f901cd051c91335b382b (patch)
treee527e628fdb2ed8c3a0bcc25f016aa7fcc3fbd87 /shell_integration
parent335298f4e2f022c830e048234b1a65bd97e99185 (diff)
Nautilus shell integration: Print python version on startup #6406
Diffstat (limited to 'shell_integration')
-rw-r--r--shell_integration/nautilus/syncstate.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/shell_integration/nautilus/syncstate.py b/shell_integration/nautilus/syncstate.py
index af9d19fb8..8edd6bfc0 100644
--- a/shell_integration/nautilus/syncstate.py
+++ b/shell_integration/nautilus/syncstate.py
@@ -35,6 +35,7 @@ from gi.repository import GObject, Nautilus
appname = 'ownCloud'
print("Initializing "+appname+"-client-nautilus extension")
+print("Using python version {}".format(sys.version_info))
def get_local_path(url):
if url[0:7] == 'file://':