Closed pfreund closed 11 years ago
You need to rebase the corrections into a series of patches with sensible/informative commit messages - we can't merge this string of commits as it will mess up the git logs in master, easiest way is probably use git rebase -i origin, and use squash/fixup to combine the fixes with the original commits, then re-push to your fork
class CommandsHandler(object): has been added class GroupsHandler(object): has been added class UsersHandler(object): has been added