-create-pypo-user scripts missing an "import sys"

-airtime-uninstall will now quit upon the first error
This commit is contained in:
martin 2011-06-16 17:30:16 -04:00
parent 4facadf521
commit 662d0ebf85
3 changed files with 6 additions and 0 deletions

View file

@ -1,4 +1,5 @@
import os
import sys
import time
def remove_user(username):