mirror of
https://github.com/sezanzeb/input-remapper
synced 2024-11-12 01:10:38 +00:00
8 lines
184 B
Python
8 lines
184 B
Python
"""Tests that require a linux desktop environment to be running."""
|
|
|
|
import gi
|
|
|
|
gi.require_version("Gtk", "3.0")
|
|
gi.require_version("GLib", "2.0")
|
|
gi.require_version("GtkSource", "4")
|