aboutsummaryrefslogtreecommitdiffstats
path: root/pathod/pathod.py
diff options
context:
space:
mode:
Diffstat (limited to 'pathod/pathod.py')
-rw-r--r--pathod/pathod.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/pathod/pathod.py b/pathod/pathod.py
index e882b73e..0f659d40 100644
--- a/pathod/pathod.py
+++ b/pathod/pathod.py
@@ -1,4 +1,3 @@
-from __future__ import print_function
import copy
import logging
import os
@@ -30,7 +29,7 @@ class PathodError(Exception):
pass
-class SSLOptions(object):
+class SSLOptions:
def __init__(
self,
confdir=CONFDIR,