summaryrefslogtreecommitdiffstats
path: root/deluge/configmanager.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/configmanager.py')
-rw-r--r--deluge/configmanager.py5
1 files changed, 1 insertions, 4 deletions
diff --git a/deluge/configmanager.py b/deluge/configmanager.py
index bbb0389a5..6e965b863 100644
--- a/deluge/configmanager.py
+++ b/deluge/configmanager.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
#
# Copyright (C) 2007 Andrew Resch <andrewresch@gmail.com>
#
@@ -7,8 +6,6 @@
# See LICENSE for more details.
#
-from __future__ import unicode_literals
-
import logging
import os
@@ -19,7 +16,7 @@ from deluge.config import Config
log = logging.getLogger(__name__)
-class _ConfigManager(object):
+class _ConfigManager:
def __init__(self):
log.debug('ConfigManager started..')
self.config_files = {}