summaryrefslogtreecommitdiffstats
path: root/deluge/tests/test_torrent.py
diff options
context:
space:
mode:
authorCalum Lind <calumlind+deluge@gmail.com>2014-09-22 12:14:53 +0100
committerCalum Lind <calumlind+deluge@gmail.com>2014-09-22 12:46:17 +0100
commit142e96b2465315fc5ba3b69223c0638a7bad25e1 (patch)
tree8f55bffe803805e706f269d75384c5b1c6eff93b /deluge/tests/test_torrent.py
parent2f680927408626279c33b222e31d2eb6f589e2a3 (diff)
downloaddeluge-142e96b2465315fc5ba3b69223c0638a7bad25e1.tar.gz
deluge-142e96b2465315fc5ba3b69223c0638a7bad25e1.tar.bz2
deluge-142e96b2465315fc5ba3b69223c0638a7bad25e1.zip
Autopep8 E265
Diffstat (limited to 'deluge/tests/test_torrent.py')
-rw-r--r--deluge/tests/test_torrent.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/deluge/tests/test_torrent.py b/deluge/tests/test_torrent.py
index 1b5b43fd0..9ccdc33c9 100644
--- a/deluge/tests/test_torrent.py
+++ b/deluge/tests/test_torrent.py
@@ -112,7 +112,7 @@ class TorrentTestCase(unittest.TestCase):
# The length of the list of new priorites is the same as the original
self.assertEquals(len(priorities_original), len(new_priorites))
- #self.print_priority_list(priorities)
+ # self.print_priority_list(priorities)
def test_set_prioritize_first_last_pieces_false(self):
atp = self.get_torrent_atp("dir_with_6_files.torrent")
@@ -128,4 +128,4 @@ class TorrentTestCase(unittest.TestCase):
for i in priorities:
self.assertEquals(priorities[i], 1)
- #self.print_priority_list(priorities)
+ # self.print_priority_list(priorities)