Files
PyGithub/github
Bill Mill 753cb0e78a fix failing get_page function
* if firstParams was None, PaginatedList was calling dict(None)
  which fails with a TypeError. If firstParams is None, just use
  an empty tuple, which dict() handles properly
2013-01-27 17:38:44 -05:00
..
2012-12-25 13:14:52 +01:00
2013-01-27 17:38:44 -05:00
2012-11-21 21:49:15 +01:00