Closed sethmoon closed 11 years ago
in overholt/manage/users.py it should delete a user, not the UserService, users.
overholt/manage/users.py
user
UserService
users
users.delete(user)
Thanks for catching that.
in
overholt/manage/users.py
it should delete auser
, not theUserService
,users
.