This commit is contained in:
zmsmith 2013-02-19 19:38:33 -05:00
parent 5086e6e590
commit 81547e1bc5
2 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,6 @@
from moto.core import BaseBackend
class DynamoDBBackend(BaseBackend):
def __init__(self):

View File

@ -2,6 +2,7 @@ import re
import json
from .models import dynamodb_backend
class DynamoHandler(object):
def __init__(self, uri, body, headers):