Skip to content

Commit f9d0a41

Browse files
author
Fred Ross
committed
Merge pull request #37 from splunk/fross-feature/hotfix
A few useful changes that we need pronto.
2 parents 4964bf2 + 6ac2cfa commit f9d0a41

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)