1
0
mirror of https://github.com/gryf/wicd.git synced 2026-02-20 17:05:46 +01:00

added support for disabling notifications in setup.py

This commit is contained in:
Adam Blackburn
2009-05-05 10:34:44 +08:00
parent ff3d627c55
commit 45b5c4718c
4 changed files with 18 additions and 3 deletions

View File

@@ -71,6 +71,7 @@ no_install_kde = %NO_INSTALL_KDE%
no_install_acpi = %NO_INSTALL_ACPI%
no_install_docs = %NO_INSTALL_DOCS%
no_install_ncurses = %NO_INSTALL_NCURSES%
no_use_notifications = %NO_USE_NOTIFICATIONS%
def chdir(file):
"""Change directory to the location of the specified file.