We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 744d994 commit 77f79a2Copy full SHA for 77f79a2
atlassian/confluence.py renamed to atlassian/confluence/__init___.py
@@ -13,16 +13,15 @@
13
from requests import HTTPError
14
15
from atlassian import utils
16
-
17
-from .errors import (
+from atlassian.errors import (
18
ApiConflictError,
19
ApiError,
20
ApiNotAcceptable,
21
ApiNotFoundError,
22
ApiPermissionError,
23
ApiValueError,
24
)
25
-from .rest_client import AtlassianRestAPI
+from atlassian.rest_client import AtlassianRestAPI
26
27
log = logging.getLogger(__name__)
28
0 commit comments