Cleanup some style

This commit is contained in:
Steve Pulec 2013-12-29 08:59:07 -05:00
commit c1f224954e
7 changed files with 28 additions and 16 deletions

View file

@ -2,7 +2,7 @@ from moto.core import BaseBackend
from moto.core.utils import get_random_hex
class FakeZone:
class FakeZone(object):
def __init__(self, name, id):
self.name = name