Dependencies => restore testAuthenticatedUserDetails!

This commit is contained in:
Vincent Jacques
2012-05-03 21:59:04 +01:00
parent 04cde900a0
commit 9f7ec6460a
24 changed files with 92 additions and 12 deletions
+4
View File
@@ -1,3 +1,7 @@
{% for dependency in class.dependencies %}
import {{ dependency }}
{% endfor %}
class {{ class.name }}( object ):
def __init__( self, github, attributes, lazy ):
self.__github = github