1
0
mirror of https://github.com/gryf/wicd.git synced 2026-03-12 12:35:49 +01:00

Centralized version number in setup.py

This commit is contained in:
Adam Blackburn
2008-12-30 09:53:30 -06:00
parent da54e6033b
commit b0ef6a905b
9 changed files with 15 additions and 10 deletions

View File

@@ -632,14 +632,14 @@ class TrayIcon(object):
def usage():
""" Print usage information. """
print """
wicd 1.50
wicd %s
wireless (and wired) connection daemon front-end.
Arguments:
\t-n\t--no-tray\tRun wicd without the tray icon.
\t-h\t--help\t\tPrint this help information.
\t-a\t--no-animate\tRun the tray without network traffic tray animations.
"""
""" % wpath.version
def setup_dbus(force=True):
global bus, daemon, wireless, wired, DBUS_AVAIL