Skip to content

Commit

Permalink
Make GroupProjectManager a subclass of ProjectManager
Browse files Browse the repository at this point in the history
Fixes #255
  • Loading branch information
Gauvain Pocentek committed May 20, 2017
1 parent 5afeeb7 commit 468246c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gitlab/objects.py
Expand Up @@ -2695,7 +2695,7 @@ def __init__(self, *args, **kwargs):
Project.__init__(self, *args, **kwargs)


class GroupProjectManager(BaseManager):
class GroupProjectManager(ProjectManager):
obj_cls = GroupProject


Expand Down

0 comments on commit 468246c

Please sign in to comment.