diff options
Diffstat (limited to 'avahi-utils')
| -rwxr-xr-x | avahi-utils/avahi-bookmarks.in | 2 | 
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" } | 
