Skip to content

Commit 2490250

Browse files
author
Frederick Ross
committed
Merge branch 'fross-feature/hotfix' into fross-feature/ordereddict
2 parents a6f66ad + 6ac2cfa commit 2490250

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

splunklib/binding.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636

3737
from xml.etree.ElementTree import XML
3838

39-
from splunklib.data import record
39+
from data import record
4040

4141
__all__ = [
4242
"AuthenticationError",

splunklib/client.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@
6767

6868
from time import sleep
6969

70-
from splunklib.binding import Context, HTTPError, AuthenticationError, namespace, UrlEncoded
71-
import splunklib.data as data
72-
from splunklib.data import record
70+
from binding import Context, HTTPError, AuthenticationError, namespace, UrlEncoded
71+
from data import record
72+
import data
7373

7474
__all__ = [
7575
"connect",

0 commit comments

Comments
 (0)