mirror of
https://github.com/systemd/systemd.git
synced 2025-01-26 14:04:03 +03:00
ec38833c75
A class was used to put some utility functions under a namespace. But then this namespace was inherited into classes, so the namespace split was undone. Let's just define those functions in the module namespace. (The Utilities class with a few functions still remain, because of the unittest-style self.assert* craziness.)