/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

  • Committer: Teddy Hogeborn
  • Date: 2016-02-21 13:00:15 UTC
  • Revision ID: teddy@recompile.se-20160221130015-b32z5wnkw9swjg2s
mandos: Remove unused import and an errant space character.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
import argparse
45
45
import datetime
46
46
import errno
47
 
import gnutls.crypto
48
47
import gnutls.connection
49
48
import gnutls.errors
50
49
import gnutls.library.functions
1881
1880
                         self.server.child_pipe.fileno())
1882
1881
            
1883
1882
            session = gnutls.connection.ClientSession(
1884
 
                self.request, gnutls.connection .X509Credentials())
 
1883
                self.request, gnutls.connection.X509Credentials())
1885
1884
            
1886
1885
            # Note: gnutls.connection.X509Credentials is really a
1887
1886
            # generic GnuTLS certificate credentials object so long as