Till Maas
c443947150
Utils: Add helper to call sync NM methods
2019-06-14 12:00:15 +02:00
Thomas Haller
c0b2430144
module: minor cleanup of Util.GMainLoop_run()
...
It was rather confusing whether the boolean return value meant
that the timeout was reached or the opposite.
Rename the internal variable, I think now it's quite clear.
2019-01-10 14:39:15 +01:00
Till Maas
6fc00a0d43
Make connections volatile instead of removing them
...
This keeps the profile up in Network Manager for
persistent_state:absent.
2019-01-10 14:39:15 +01:00
Thomas Haller
8daa14eb36
module: make Utils.create_uuid() working without pygobject
...
Utils.create_uuid() only needs the "uuid" module, which
is commonly available. Don't load it together with the
NM module, as that requires pygobject.
2018-10-10 15:20:25 +02:00
Till Maas
382c34197b
Modularize role
...
Splitting the role in smaller parts helps to keep the overview and to
develop separate tests.
2018-08-15 10:04:47 +02:00