Test UserKey

This commit is contained in:
Vincent Jacques
2012-03-01 20:51:24 +00:00
parent 26fe6d8b2f
commit d796d289eb
2 changed files with 12 additions and 1 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ UserKey = GithubObject(
InternalSimpleAttributes(
"url", "id", "title", "key",
),
Editable( [ "title", "key" ], [] ),
Editable( [], [ "title", "key" ] ),
Deletable(),
)