Skip to content

Commit

Permalink
fix gi import warning
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Dec 16, 2021
1 parent 12893b9 commit c6b73d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions xpra/client/gtk_base/example/fontrendering.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
)
import gi
gi.require_version("Gtk", "3.0")
gi.require_version('PangoCairo', '1.0')
from gi.repository import PangoCairo, Gtk, GLib


Expand Down

0 comments on commit c6b73d3

Please sign in to comment.