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/daemon_entry.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/daemon_entry.py')
| -rw-r--r-- | deluge/core/daemon_entry.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/deluge/core/daemon_entry.py b/deluge/core/daemon_entry.py index 8b3746c..c49fd2a 100644 --- a/deluge/core/daemon_entry.py +++ b/deluge/core/daemon_entry.py @@ -1,4 +1,3 @@ -# -*- coding: utf-8 -*- # # Copyright (C) 2007 Andrew Resch <andrewresch@gmail.com> # Copyright (C) 2010 Pedro Algarvio <pedro@algarvio.me> @@ -7,8 +6,6 @@ # the additional special exception to link portions of this program with the OpenSSL library. # See LICENSE for more details. # -from __future__ import print_function, unicode_literals - import os import sys from logging import DEBUG, FileHandler, getLogger |
