ExtendedScalarAttributes in Repository

This commit is contained in:
Vincent Jacques
2012-02-12 19:47:10 +01:00
parent 8029298699
commit 34f59de12d
3 changed files with 12 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ import urllib2
import json
import base64
from User import AuthenticatedUser, NamedUser
from GithubObjects import *
class Github:
def __init__( self, login, password ):