/mandos/release

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

« back to all changes in this revision

Viewing changes to mandos-ctl

* mandos: White space and other misc. format fixes only.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from __future__ import (division, absolute_import, print_function,
27
27
                        unicode_literals)
28
28
 
29
 
from future_builtins import *
30
 
 
31
29
import sys
32
30
import dbus
33
31
import argparse
63
61
server_path = "/"
64
62
server_interface = domain + ".Mandos"
65
63
client_interface = domain + ".Mandos.Client"
66
 
version = "1.5.4"
 
64
version = "1.5.3"
67
65
 
68
66
def timedelta_to_milliseconds(td):
69
67
    """Convert a datetime.timedelta object to milliseconds"""