fix(pycurl): added missing __all__ imports
This commit is contained in:
parent
aadbbc076c
commit
3982ae9102
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ from rhodecode.lib.vcs.exceptions import (
|
|||
|
||||
__all__ = [
|
||||
'get_vcs_instance', 'get_backend',
|
||||
'VCSError', 'RepositoryError', 'CommitError', 'VCSCommunicationError'
|
||||
'VCSError', 'RepositoryError', 'CommitError', 'VCSCommunicationError',
|
||||
'CurlSession', 'CurlResponse'
|
||||
]
|
||||
|
||||
log = logging.getLogger(__name__)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue