summaryrefslogtreecommitdiffstats
path: root/deluge/scripts/deluge_remote.py
diff options
context:
space:
mode:
Diffstat (limited to 'deluge/scripts/deluge_remote.py')
-rw-r--r--deluge/scripts/deluge_remote.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/deluge/scripts/deluge_remote.py b/deluge/scripts/deluge_remote.py
index bacc4f88d..d983e5398 100644
--- a/deluge/scripts/deluge_remote.py
+++ b/deluge/scripts/deluge_remote.py
@@ -1,5 +1,4 @@
#!/usr/bin/python
-# -*- coding: utf-8 -*-
#
# This software is in the public domain, furnished "as is", without technical
# support, and with no warranty, express or implied, as to its usefulness for
@@ -12,8 +11,6 @@
#
# Authour: Garett Harnish
-from __future__ import unicode_literals
-
import logging
import sys
from optparse import OptionParser