python3: clean up class brackets

This commit is contained in:
Aldo Cortesi
2016-10-17 17:29:45 +13:00
parent fb22f2ff4f
commit a647b30365
69 changed files with 122 additions and 122 deletions

View File

@@ -30,7 +30,7 @@ class PathodError(Exception):
pass
class SSLOptions():
class SSLOptions:
def __init__(
self,
confdir=CONFDIR,