summaryrefslogtreecommitdiffstats
path: root/deluge/tests/test_torrent.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2015-12-12 17:59:28 +0000
committerCalum Lind <calumlind+deluge@gmail.com>2015-12-12 22:10:53 +0000
commit382a99ad61b64ba9bc54b358d6b9a044c1a7868a (patch)
tree8fa41c608df31ce0f1bf8f7919da933895fd19b9 /deluge/tests/test_torrent.py
parent50bde1a607635a88e7468cf2c65061f44acf3095 (diff)
downloaddeluge-382a99ad61b64ba9bc54b358d6b9a044c1a7868a.tar.gz
deluge-382a99ad61b64ba9bc54b358d6b9a044c1a7868a.tar.bz2
deluge-382a99ad61b64ba9bc54b358d6b9a044c1a7868a.zip
[GTKUI] Cleanup code duplication in Tabs
Diffstat (limited to 'deluge/tests/test_torrent.py')
-rw-r--r--deluge/tests/test_torrent.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/deluge/tests/test_torrent.py b/deluge/tests/test_torrent.py
index 9e31ab408..ce9e2afe5 100644
--- a/deluge/tests/test_torrent.py
+++ b/deluge/tests/test_torrent.py
@@ -18,7 +18,6 @@ from deluge.core.rpcserver import RPCServer
from deluge.core.torrent import Torrent
from deluge.core.torrentmanager import TorrentState
-
config_setup = False
core = None
rpcserver = None