diff options
Diffstat (limited to 'examples/python/gi/device-state-ip4config.py')
| -rwxr-xr-x | examples/python/gi/device-state-ip4config.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/python/gi/device-state-ip4config.py b/examples/python/gi/device-state-ip4config.py index 1a6f7dec..2a4a6221 100755 --- a/examples/python/gi/device-state-ip4config.py +++ b/examples/python/gi/device-state-ip4config.py @@ -21,6 +21,8 @@ # import sys +import gi +gi.require_version('NM', '1.0') from gi.repository import GLib, NM # |