systemd / pystemd

A thin Cython-based wrapper on top of libsystemd, focused on exposing the dbus API via sd-bus in an automated and easy to consume way.
GNU Lesser General Public License v2.1
411 stars 36 forks source link

can you move this to `https://github.com/facebookincubator/pystemd/blob/master/pystemd/utils.py` "from pystemd.run import DynamicUser" should not work, if it works (i'm away from a real interpreter to try) its due the weird __module__ hack at the end of this file. #17

Closed Muunan closed 5 years ago

Muunan commented 5 years ago

can you move this to https://github.com/facebookincubator/pystemd/blob/master/pystemd/utils.py "from pystemd.run import DynamicUser" should not work, if it works (i'm away from a real interpreter to try) its due the weird module hack at the end of this file.

Originally posted by @aleivag in https://github.com/facebookincubator/pystemd/pull/14/files

davide125 commented 5 years ago

Closing per @aleivag