Skip to content

Commit 77f79a2

Browse files
authored
Confluence: Prepare dedicated module (#1537)
* Confluence: Prepare dedicated module
1 parent 744d994 commit 77f79a2

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

atlassian/confluence.py renamed to atlassian/confluence/__init___.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,15 @@
1313
from requests import HTTPError
1414

1515
from atlassian import utils
16-
17-
from .errors import (
16+
from atlassian.errors import (
1817
ApiConflictError,
1918
ApiError,
2019
ApiNotAcceptable,
2120
ApiNotFoundError,
2221
ApiPermissionError,
2322
ApiValueError,
2423
)
25-
from .rest_client import AtlassianRestAPI
24+
from atlassian.rest_client import AtlassianRestAPI
2625

2726
log = logging.getLogger(__name__)
2827

0 commit comments

Comments
 (0)