Skip to content

Commit

Permalink
Merge branch 'master' into feature-adrienverge#10-move-pictures
Browse files Browse the repository at this point in the history
  • Loading branch information
Joël Bourgault authored Nov 12, 2017
2 parents 6189ae6 + bb98625 commit 7348af7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions photocollage/gtkgui.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@

import cairo
import gi
gi.require_version('Gtk', '3.0') # noqa
from gi.repository import Gtk, Gdk, GObject, GdkPixbuf
gi.require_version('Gtk', '3.0') # noqa: E402
from gi.repository import Gtk, Gdk, GObject, GdkPixbuf # noqa: I202
from six.moves import urllib # Python 2 backward compatibility

from photocollage import APP_NAME, artwork, collage, render
Expand Down
1 change: 1 addition & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
[flake8]
import-order-style = pep8
application-import-names = photocollage

0 comments on commit 7348af7

Please sign in to comment.