/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-monitor

  • Committer: Teddy Hogeborn
  • Date: 2013-10-24 21:24:24 UTC
  • mfrom: (237.4.37 release)
  • Revision ID: teddy@recompile.se-20131024212424-0vqs3rypfcubgct7
Merge from release branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
domain = 'se.recompile'
62
62
server_interface = domain + '.Mandos'
63
63
client_interface = domain + '.Mandos.Client'
64
 
version = "1.6.1"
 
64
version = "1.6.2"
65
65
 
66
66
def isoformat_to_datetime(iso):
67
67
    "Parse an ISO 8601 date string to a datetime.datetime()"