updating; switching to desktop

This commit is contained in:
brent s 2019-11-14 03:00:13 -05:00
parent 8ee5137059
commit b889d17581
2 changed files with 7 additions and 1 deletions

View File

@ -1,4 +1,5 @@
import ipaddress
import uuid
##
from . import _common

@ -14,6 +15,7 @@ class Connection(object):
self.addrs = {'ipv4': [],
'ipv6': []}
self.resolvers = []
self.uuid = uuid.uuid4()
self._initAddrs()
self._initResolvers()


View File

@ -2,4 +2,8 @@ libblockdev/python gobject-introspection ("gi") API reference:
https://lazka.github.io/pgi-docs/

example of using above for LVM:
https://github.com/storaged-project/libblockdev/blob/master/tests/lvm_test.py
https://github.com/storaged-project/libblockdev/blob/master/tests/lvm_test.py


using libnm with pygobject-introspection examples:
https://gitlab.freedesktop.org/NetworkManager/NetworkManager/blob/master/examples/python/gi/