Files
bearhub/bauh/commons/user.py
2020-01-13 14:41:01 -03:00

6 lines
55 B
Python

import os
def is_root():
return os.getuid() == 0