From 67d821b04d5cb2297b50b553ac0d74fa430fd169 Mon Sep 17 00:00:00 2001 From: Sebastien Estienne Date: Sat, 22 Sep 2007 14:57:58 +0000 Subject: add support for webbrowser thanx to Jason Whitlark git-svn-id: file:///home/lennart/svn/public/service-discovery-applet/trunk@142 3be567f1-68ff-0310-b24a-ad7cc433fd2f --- plugins/nautilus.py.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/nautilus.py.in') diff --git a/plugins/nautilus.py.in b/plugins/nautilus.py.in index 50433e4..8d51cd9 100644 --- a/plugins/nautilus.py.in +++ b/plugins/nautilus.py.in @@ -1,4 +1,4 @@ -# -*- coding: UTF-8 -*- +# -*- coding: utf-8 -*- # -*- python -*- # Copyright (C) 2005 by Sebastien Estienne # @@ -17,7 +17,7 @@ import subprocess class plugin_nautilus: def __init__(self): - self.service_type = ["_http._tcp", "_ftp._tcp" , "_https._tcp", "_ftps._tcp" , "_webdav._tcp", "_webdavs._tcp", "_sftp-ssh._tcp"] + self.service_type = ["_ftp._tcp" , "_ftps._tcp" , "_webdav._tcp", "_webdavs._tcp", "_sftp-ssh._tcp"] self.author = "Sébastien Estienne" self.description = "Accessing zeroconf services using Nautilus" -- cgit