mirror of
https://github.com/RGBCube/GitHubWrapper
synced 2025-05-21 16:35:08 +00:00
Update http.py
2 `__version__`? fixed that?
This commit is contained in:
parent
bcfff56f69
commit
04c7483850
1 changed files with 2 additions and 3 deletions
|
@ -17,8 +17,7 @@ from .exceptions import *
|
||||||
from .exceptions import GistNotFound, RepositoryAlreadyExists, MissingPermissions
|
from .exceptions import GistNotFound, RepositoryAlreadyExists, MissingPermissions
|
||||||
from .objects import APIObject, User, Gist, Repository, Organization, File
|
from .objects import APIObject, User, Gist, Repository, Organization, File
|
||||||
from .urls import *
|
from .urls import *
|
||||||
|
from . import __version__
|
||||||
__version__ = '0.0.1'
|
|
||||||
|
|
||||||
__all__ = (
|
__all__ = (
|
||||||
'Paginator',
|
'Paginator',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue