From 050ab5f5d8d6ec3a1128b3903493134aa0e9686a Mon Sep 17 00:00:00 2001 From: Vincent Jacques Date: Fri, 23 Nov 2012 13:24:45 +0100 Subject: [PATCH] Fix --- github/GithubObject.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github/GithubObject.py b/github/GithubObject.py index f9f5b949..fd9138c3 100644 --- a/github/GithubObject.py +++ b/github/GithubObject.py @@ -25,7 +25,7 @@ NotSet = _NotSetType() class BasicGithubObject(object): - def __init__(self, requester, attributes): + def __init__(self, requester, attributes, completed): self._requester = requester self._initAttributes() self._useAttributes(attributes)