Make sure to import os.rename in adduser to avoid crashes

This commit is contained in:
Anthony Wang 2022-01-19 15:47:43 -06:00
parent 8bbc5728e5
commit b12dff61f2
Signed by: a
GPG key ID: BC96B00AEC5F2D76

View file

@ -1,7 +1,7 @@
#!/usr/bin/python
from sys import argv
from os import remove, chown
from os import rename, remove, chown
from subprocess import run, call, check_output
from crypt import crypt