summaryrefslogtreecommitdiffstats
path: root/avahi-utils/avahi-bookmarks.in
diff options
context:
space:
mode:
authorTrent Lloyd <lathiat@bur.st>2005-08-24 09:38:42 +0000
committerTrent Lloyd <lathiat@bur.st>2005-08-24 09:38:42 +0000
commitb937e3db60682cec5fec1119cbbb8bf0ae31834a (patch)
treeedb8583301a1ba755dd68977a327943aae2b7cc6 /avahi-utils/avahi-bookmarks.in
parent02454f166de8f9199a79a7b731124ba27f263b6b (diff)
* Merge r433:436 from trunk into branches/netlink-integrationnetlink-abstraction
git-svn-id: file:///home/lennart/svn/public/avahi/branches/netlink-abstraction@437 941a03a8-eaeb-0310-b9a0-b1bbd8fe43fe
Diffstat (limited to 'avahi-utils/avahi-bookmarks.in')
-rwxr-xr-xavahi-utils/avahi-bookmarks.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/avahi-utils/avahi-bookmarks.in b/avahi-utils/avahi-bookmarks.in
index ce8eba1..07ca8f0 100755
--- a/avahi-utils/avahi-bookmarks.in
+++ b/avahi-utils/avahi-bookmarks.in
@@ -38,7 +38,7 @@ try:
from twisted.internet import reactor
from twisted.web import server, resource
except ImportError:
- print "Sorry, to use this tool you need to install twisted."
+ print "Sorry, to use this tool you need to install twisted and twisted.web."
sys.exit(1)
urlproto = { "_http._tcp" : "http", "_https._tcp" : "https", "_ftp._tcp" : "ftp" }