diff options
author | Calum Lind <calumlind+deluge@gmail.com> | 2014-09-25 17:12:43 +0200 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2014-09-25 17:12:43 +0200 |
commit | 3d4ea71dcf6da507dec0dd5b87411bd04f202a61 (patch) | |
tree | a482204207231678d3234253e45d2ec17e160eff /setup.cfg | |
parent | minor code cleanup (diff) | |
download | deluge-3d4ea71dcf6da507dec0dd5b87411bd04f202a61.tar.xz deluge-3d4ea71dcf6da507dec0dd5b87411bd04f202a61.zip |
Fix isort config
Diffstat (limited to 'setup.cfg')
-rw-r--r-- | setup.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -18,4 +18,4 @@ frameworks = CoreFoundation, Foundation, AppKit known_standard_library=unicodedata line_length=120 skip=gtkui.py -known_third_party=pygtk, gtk, gobject, gtk.gdk, pango, cairo, pangocairo +known_third_party=pygtk,gtk,gobject,gtk.gdk,pango,cairo,pangocairo |