-synchronize

This commit is contained in:
martin 2010-12-29 01:26:57 -05:00
parent fa106b1da1
commit 4bdcba83e2
5 changed files with 52 additions and 50 deletions

View file

@ -23,9 +23,6 @@ def remove_user(username):
os.system("deluser --remove-home " + username + " > /dev/null")
#pypo group appears to be deleted when removing user.
#os.system("delgroup " + username)
try:
os.system("python ./pypo-stop.py")