From 77aa540dc3982c2251c74ea05fb2c5e0af630c57 Mon Sep 17 00:00:00 2001 From: Calum Lind Date: Fri, 11 Dec 2015 22:34:19 +0000 Subject: [PATCH] fix isort --- deluge/ui/gtkui/torrentview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/gtkui/torrentview.py b/deluge/ui/gtkui/torrentview.py index a01ad8db1..f4f1ac7f4 100644 --- a/deluge/ui/gtkui/torrentview.py +++ b/deluge/ui/gtkui/torrentview.py @@ -10,11 +10,11 @@ """The torrent view component that lists all torrents in the session.""" import logging +from locale import strcoll import gobject import gtk import pygtk -from locale import strcoll from twisted.internet import reactor import deluge.component as component