summaryrefslogtreecommitdiffstats
path: root/deluge/ui/console/utils/common.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/ui/console/utils/common.py')
-rw-r--r--deluge/ui/console/utils/common.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/deluge/ui/console/utils/common.py b/deluge/ui/console/utils/common.py
index df1c07917..fdc88c402 100644
--- a/deluge/ui/console/utils/common.py
+++ b/deluge/ui/console/utils/common.py
@@ -1,12 +1,9 @@
-# -*- coding: utf-8 -*-
#
# This file is part of Deluge and is licensed under GNU General Public License 3.0, or later, with
# the additional special exception to link portions of this program with the OpenSSL library.
# See LICENSE for more details.
#
-from __future__ import unicode_literals
-
TORRENT_OPTIONS = {
'max_download_speed': float,
'max_upload_speed': float,