diff options
| author | Michael E Brown <michael_e_brown@dell.com> | 2007-11-28 18:09:43 -0600 |
|---|---|---|
| committer | Michael E Brown <michael_e_brown@dell.com> | 2007-11-28 18:09:43 -0600 |
| commit | c5de488fa53ca608a1db3564ad305a6f09d88441 (patch) | |
| tree | d7e438ed92e120c04af6e8c5918d698eba543439 /src | |
| parent | 27e63d7ff0eeb9c9d439a58704d545be25b7cc4d (diff) | |
| download | mock-c5de488fa53ca608a1db3564ad305a6f09d88441.tar.gz mock-c5de488fa53ca608a1db3564ad305a6f09d88441.tar.xz mock-c5de488fa53ca608a1db3564ad305a6f09d88441.zip | |
move uid stuff to its own module.
Diffstat (limited to 'src')
| -rw-r--r-- | src/py-libs/uid/uid_compat.py (renamed from src/py-libs/uid.py) | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/py-libs/uid.py b/src/py-libs/uid/uid_compat.py index fe2317f..abece5e 100644 --- a/src/py-libs/uid.py +++ b/src/py-libs/uid/uid_compat.py @@ -70,4 +70,3 @@ class uidManager(object): if gid is not None: os.setregid(gid, gid) os.setreuid(0, uid) - |
