From 89c54c16f125331697298428e41ff1fd69afa23c Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 12 Dec 2008 20:31:42 +0100 Subject: Install avahi bookmarks, even if no pygtk is available. Original patch by Stanislav Brabec. Re #222 --- avahi-python/avahi-bookmarks.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'avahi-python/avahi-bookmarks.in') diff --git a/avahi-python/avahi-bookmarks.in b/avahi-python/avahi-bookmarks.in index a1e8d0c..172abb3 100755 --- a/avahi-python/avahi-bookmarks.in +++ b/avahi-python/avahi-bookmarks.in @@ -24,7 +24,7 @@ import sys, getopt, os try: import avahi, gobject, dbus except ImportError: - print "Sorry, to use this tool you need to install Avahi, pygtk and python-dbus." + print "Sorry, to use this tool you need to install Avahi and python-dbus." sys.exit(1) try: -- cgit