Skip to content

Commit d9245e6

Browse files
author
Luiko Czub
committed
separate classes TestLinkAPIClient and TestLink
#1
1 parent a6295b8 commit d9245e6

File tree

3 files changed

+569
-553
lines changed

3 files changed

+569
-553
lines changed

src/testlink/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@
88

99

1010
from .testlinkerrors import TestLinkError
11-
from .testlink import TestLinkAPIClient, TestLink
11+
from .testlinkapi import TestLinkAPIClient
12+
from .testlink import TestLink
1213
from .testlinkhelper import TestLinkHelper

0 commit comments

Comments
 (0)