PEP8 formatting

This commit is contained in:
2016-03-24 15:12:06 +01:00
parent 0e01c925bd
commit caaa376a7d

View File

@@ -30,10 +30,10 @@ node_type_post = {
'attachments': {
'type': 'list',
'schema': {
'type': 'dict',
'type': 'dict',
'schema': {
'field': {'type': 'string'},
'files' : {
'files': {
'type': 'list',
'schema': {
'type': 'dict',
@@ -55,14 +55,6 @@ node_type_post = {
'url': {},
'attachments': {'visible': False},
},
'parent': ['blog',],
'permissions': {
# 'groups': [{
# 'group': app.config['ADMIN_USER_GROUP'],
# 'methods': ['GET', 'PUT', 'POST']
# }],
# 'users': [],
# 'world': ['GET']
}
'parent': ['blog', ],
'permissions': {}
}