Remove extra "is_mod" from AccountJsonTemplate

It's already in the IdentityJsonTemplate subclass
This commit is contained in:
Keith Mitchell
2014-02-13 11:52:18 -08:00
parent a059ef106f
commit 1a117fffbd

View File

@@ -383,7 +383,6 @@ class AccountJsonTemplate(IdentityJsonTemplate):
has_mail="has_mail",
has_mod_mail="has_mod_mail",
is_friend="is_friend",
is_mod="is_mod",
)
def thing_attr(self, thing, attr):