/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: 2011-07-27 17:58:27 UTC
  • mto: (237.4.29 release)
  • mto: This revision was merged to the branch mainline in revision 490.
  • Revision ID: teddy@fukt.bsnet.se-20110727175827-nrd1ysjl4jrh6qw1
Tags: version-1.3.1-1
* Makefile (version): Changed to "1.3.1".
* NEWS (Version 1.3.1): New entry.
* debian/changelog (1.3.1-1): - '' -

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
server_path = "/"
60
60
server_interface = domain + ".Mandos"
61
61
client_interface = domain + ".Mandos.Client"
62
 
version = "1.3.0"
 
62
version = "1.3.1"
63
63
 
64
64
def timedelta_to_milliseconds(td):
65
65
    """Convert a datetime.timedelta object to milliseconds"""