/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: Björn Påhlsson
  • Date: 2010-10-02 18:28:21 UTC
  • mfrom: (237.4.6 mandos-release)
  • mto: This revision was merged to the branch mainline in revision 453.
  • Revision ID: belorn@fukt.bsnet.se-20101002182821-cazexo9y46o0g72o
Merge from release branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
server_path = '/'
58
58
server_interface = domain + '.Mandos'
59
59
client_interface = domain + '.Mandos.Client'
60
 
version = "1.2"
 
60
version = "1.2.1"
61
61
 
62
62
def timedelta_to_milliseconds(td):
63
63
    "Convert a datetime.timedelta object to milliseconds"