diff options
author | 2012-04-29 12:32:09 +0200 | |
---|---|---|
committer | 2012-05-27 19:54:29 +0200 | |
commit | ba2b5047c0be1f02b737a6dcbef50e7455f4d7b2 (patch) | |
tree | 260f700df31c49fd7fdbe113cbb63b8d3f4dd781 /pygithub3/services/issues/labels.py | |
parent | test Label validation errors (diff) | |
download | python-github3-ba2b5047c0be1f02b737a6dcbef50e7455f4d7b2.tar.xz python-github3-ba2b5047c0be1f02b737a6dcbef50e7455f4d7b2.zip |
add `Labels` and `Milestones` to docs
Diffstat (limited to 'pygithub3/services/issues/labels.py')
-rw-r--r-- | pygithub3/services/issues/labels.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pygithub3/services/issues/labels.py b/pygithub3/services/issues/labels.py index 0355918..6aea6e7 100644 --- a/pygithub3/services/issues/labels.py +++ b/pygithub3/services/issues/labels.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- encoding: utf-8 -*- from pygithub3.services.base import Service |