Implement optional revert of #102 (issue #104)

This commit is contained in:
Vincent Jacques
2012-10-28 10:12:25 +01:00
parent cc6d7f1ec3
commit af98e6d1d4
6 changed files with 34 additions and 1 deletions
+1
View File
@@ -61,6 +61,7 @@ class Requester:
else:
assert(False) # pragma no cover
self.rate_limiting = (5000, 5000)
self.FIX_REPO_GET_GIT_REF = True
def requestAndCheck(self, verb, url, parameters, input):
status, headers, output = self.requestRaw(verb, url, parameters, input)