diff options
| author | 2023-02-19 16:05:49 +0100 | |
|---|---|---|
| committer | 2023-02-19 16:05:49 +0100 | |
| commit | d395bd510fa4f4376dc5237ab2f8d190a920d35d (patch) | |
| tree | 3e3b16b44064938be801aede14381562bae14f6a /deluge/core/pluginmanager.py | |
| parent | d1772d410235592b482e3b08b1863f6624d9fe6b (diff) | |
Adding upstream version 2.1.1.upstream/2.1.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'deluge/core/pluginmanager.py')
| -rw-r--r-- | deluge/core/pluginmanager.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deluge/core/pluginmanager.py b/deluge/core/pluginmanager.py index 7d2f3a1..0482b16 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 |
