diff options
Diffstat (limited to '')
| -rw-r--r-- | pygithub3/models/base.py (renamed from github3/models/base.py) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/github3/models/base.py b/pygithub3/models/base.py index a2c3ac7..2f0cbd7 100644 --- a/github3/models/base.py +++ b/pygithub3/models/base.py @@ -1,6 +1,7 @@ #!/usr/bin/env python # -*- encoding: utf-8 -*- + class Model(object): dates = () |
