67
66
# Get the dictionary of fields from opts and args
69
68
for i in range(0, len(requireds)):
71
70
for short, long, _ in optionals:
81
80
user['nick'] = user['fullname']
86
83
# Make the user's database entry
91
85
except Exception, message:
92
86
print "Error: " + str(message)