##// END OF EJS Templates
fix(pycurl): added missing __all__ imports
super-admin -
r5322:05d560ef default
parent child Browse files
Show More
@@ -33,7 +33,8 b' from rhodecode.lib.vcs.exceptions import'
33
33
34 __all__ = [
34 __all__ = [
35 'get_vcs_instance', 'get_backend',
35 'get_vcs_instance', 'get_backend',
36 'VCSError', 'RepositoryError', 'CommitError', 'VCSCommunicationError'
36 'VCSError', 'RepositoryError', 'CommitError', 'VCSCommunicationError',
37 'CurlSession', 'CurlResponse'
37 ]
38 ]
38
39
39 log = logging.getLogger(__name__)
40 log = logging.getLogger(__name__)
General Comments 0
You need to be logged in to leave comments. Login now