1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-24 07:02:29 +01:00

print wicd's version number on daemon start

This commit is contained in:
Adam Blackburn
2009-05-03 21:58:11 +08:00
parent 227b3a0519
commit 831d11e596

View File

@@ -1667,6 +1667,8 @@ def main(argv):
print 'wicd initializing...'
print '---------------------------'
print 'wicd is version', wpath.version, wpath.revision
# Open the DBUS session
bus = dbus.SystemBus()
wicd_bus = dbus.service.BusName('org.wicd.daemon', bus=bus)