summaryrefslogtreecommitdiffstats
path: root/deluge/ui/gtk3/pluginmanager.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/gtk3/pluginmanager.py')
-rw-r--r--deluge/ui/gtk3/pluginmanager.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/deluge/ui/gtk3/pluginmanager.py b/deluge/ui/gtk3/pluginmanager.py
index d60f8d390..63353c0df 100644
--- a/deluge/ui/gtk3/pluginmanager.py
+++ b/deluge/ui/gtk3/pluginmanager.py
@@ -1,4 +1,3 @@
-# -*- coding: utf-8 -*-
#
# Copyright (C) 2007, 2008 Andrew Resch <andrewresch@gmail.com>
#
@@ -7,8 +6,6 @@
# See LICENSE for more details.
#
-from __future__ import unicode_literals
-
import logging
import deluge.component as component