From a647b30365593a4a3056fcf6936f5441ab9eda88 Mon Sep 17 00:00:00 2001
From: Aldo Cortesi <aldo@nullcube.com>
Date: Mon, 17 Oct 2016 17:29:45 +1300
Subject: python3: clean up class brackets

---
 netlib/certutils.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'netlib/certutils.py')

diff --git a/netlib/certutils.py b/netlib/certutils.py
index 6f834466..340376d7 100644
--- a/netlib/certutils.py
+++ b/netlib/certutils.py
@@ -155,7 +155,7 @@ def dummy_cert(privkey, cacert, commonname, sans):
 #         return current.value
 
 
-class CertStoreEntry():
+class CertStoreEntry:
 
     def __init__(self, cert, privatekey, chain_file):
         self.cert = cert
@@ -163,7 +163,7 @@ class CertStoreEntry():
         self.chain_file = chain_file
 
 
-class CertStore():
+class CertStore:
 
     """
         Implements an in-memory certificate store.
-- 
cgit v1.2.3