aboutsummaryrefslogtreecommitdiffstats
path: root/pygithub3/services/issues/labels.py
diff options
context:
space:
mode:
authorAlejandro Gómez <alejandroogomez@gmail.com>2012-04-29 12:32:09 +0200
committerAlejandro Gómez <alejandroogomez@gmail.com>2012-05-27 19:54:29 +0200
commitba2b5047c0be1f02b737a6dcbef50e7455f4d7b2 (patch)
tree260f700df31c49fd7fdbe113cbb63b8d3f4dd781 /pygithub3/services/issues/labels.py
parenttest Label validation errors (diff)
downloadpython-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.py1
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