/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-06-01 18:39:03 UTC
  • mfrom: (237.8.1 release)
  • mto: (237.4.33 release)
  • mto: This revision was merged to the branch mainline in revision 593.
  • Revision ID: teddy@recompile.se-20120601183903-hydodgfmlau5d109
Tags: version-1.5.5-1
* Makefile (version): Changed to "1.5.5".
* NEWS (Version 1.5.5): New entry.
* debian/changelog (1.5.5-1): - '' -

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.5"
67
67
 
68
68
def timedelta_to_milliseconds(td):
69
69
    """Convert a datetime.timedelta object to milliseconds"""