mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 06:25:56 +03:00
Nautilus shell integration: Print python version on startup #6406
This commit is contained in:
parent
335298f4e2
commit
70f0792d4a
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ from gi.repository import GObject, Nautilus
|
||||||
appname = 'ownCloud'
|
appname = 'ownCloud'
|
||||||
|
|
||||||
print("Initializing "+appname+"-client-nautilus extension")
|
print("Initializing "+appname+"-client-nautilus extension")
|
||||||
|
print("Using python version {}".format(sys.version_info))
|
||||||
|
|
||||||
def get_local_path(url):
|
def get_local_path(url):
|
||||||
if url[0:7] == 'file://':
|
if url[0:7] == 'file://':
|
||||||
|
|
Loading…
Reference in a new issue