summaryrefslogtreecommitdiffstats
path: root/deluge/core/pluginmanager.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/core/pluginmanager.py')
-rw-r--r--deluge/core/pluginmanager.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/deluge/core/pluginmanager.py b/deluge/core/pluginmanager.py
index 7d2f3a1e8..0482b16e7 100644
--- a/deluge/core/pluginmanager.py
+++ b/deluge/core/pluginmanager.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
#
# Copyright (C) 2007 Andrew Resch <andrewresch@gmail.com>
#
@@ -9,8 +8,6 @@
"""PluginManager for Core"""
-from __future__ import unicode_literals
-
import logging
from twisted.internet import defer