/mandos/trunk

To get this branch, use:
bzr branch http://bzr.recompile.se/loggerhead/mandos/trunk

« back to all changes in this revision

Viewing changes to mandos-ctl

  • Committer: Teddy Hogeborn
  • Date: 2012-05-07 19:13:15 UTC
  • Revision ID: teddy@recompile.se-20120507191315-tbe55n4u1uq3l7ft
* mandos: Use all new builtins.
* mandos-ctl: - '' -
* mandos-monitor: - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
server_path = "/"
64
64
server_interface = domain + ".Mandos"
65
65
client_interface = domain + ".Mandos.Client"
66
 
version = "1.5.4"
 
66
version = "1.5.3"
67
67
 
68
68
def timedelta_to_milliseconds(td):
69
69
    """Convert a datetime.timedelta object to milliseconds"""