aif-ng/aif/network/_common.py

4 lines
86 B
Python
Raw Normal View History

2019-11-10 05:39:33 -05:00
import gi
2019-11-11 21:42:58 -05:00
gi.require_version('NM', '1.0')
from gi.repository import GObject, NM, GLib