Skip to content

Commit

Permalink
fix import module
Browse files Browse the repository at this point in the history
  • Loading branch information
artemtech committed Feb 28, 2020
1 parent 5be66fe commit 648b60a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradient_saver/gradient_saver.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

# inkscape extension files
import gettext
from gi.repository import Gtk
import inkex # required
import simplestyle

Expand All @@ -15,6 +14,7 @@

import gi
gi.require_version("Gtk", "3.0")
from gi.repository import Gtk

_ = gettext.gettext

Expand Down

0 comments on commit 648b60a

Please sign in to comment.