# HG changeset patch # User Elliott Sales de Andrade # Date 1473017132 14400 # Node ID 81d3f45ae36b57c02262aec955718a0b0f4ba0b1 # Parent 77721c9f7a85be28cbd9f7c25284316b3d12ad61 Ignore flake8 E402 where intended. GTK's import mechanism requires this mixed import/code. diff -r 77721c9f7a85 -r 81d3f45ae36b finch/plugins/pietray.py --- a/finch/plugins/pietray.py Fri Sep 02 16:00:01 2016 -0400 +++ b/finch/plugins/pietray.py Sun Sep 04 15:25:32 2016 -0400 @@ -22,7 +22,7 @@ import os # to get the pkg-config output import pygtk -pygtk.require("2.0") +pygtk.require("2.0") # noqa import gtk import dbus import dbus.glib