diff options
Diffstat (limited to 'github3/handlers')
-rw-r--r-- | github3/handlers/base.py | 2 | ||||
-rw-r--r-- | github3/handlers/gists.py | 2 | ||||
-rw-r--r-- | github3/handlers/users.py | 2 |
3 files changed, 0 insertions, 6 deletions
diff --git a/github3/handlers/base.py b/github3/handlers/base.py index 0b3fa8a..4e9198f 100644 --- a/github3/handlers/base.py +++ b/github3/handlers/base.py @@ -1,7 +1,5 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# -# author: David Medina from github3.core import Paginate from github3.converters import Modelizer diff --git a/github3/handlers/gists.py b/github3/handlers/gists.py index fa961b2..38418ca 100644 --- a/github3/handlers/gists.py +++ b/github3/handlers/gists.py @@ -1,7 +1,5 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# -# author: Antti Kaihola from .base import Handler from .. import models diff --git a/github3/handlers/users.py b/github3/handlers/users.py index 84180b5..34ed013 100644 --- a/github3/handlers/users.py +++ b/github3/handlers/users.py @@ -1,7 +1,5 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- -# -# author: David Medina from .base import Handler import github3.models as models |