Show More
@@ -177,7 +177,7 b' class GistSchema(colander.MappingSchema)' | |||||
177 |
|
177 | |||
178 | gist_type = colander.SchemaNode( |
|
178 | gist_type = colander.SchemaNode( | |
179 | colander.String(), |
|
179 | colander.String(), | |
180 |
missing=Gist. |
|
180 | missing=Gist.GIST_PUBLIC, | |
181 | validator=colander.OneOf([Gist.GIST_PRIVATE, Gist.GIST_PUBLIC])) |
|
181 | validator=colander.OneOf([Gist.GIST_PRIVATE, Gist.GIST_PUBLIC])) | |
182 |
|
182 | |||
183 | nodes = Nodes() |
|
183 | nodes = Nodes() |
General Comments 0
You need to be logged in to leave comments.
Login now