Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions pytest_splunk_addon/helmut/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
"""
@author: Nicklas Ansman-Giertz
@contact: U{[email protected]<mailto:[email protected]>}
@since: 2011-11-23
"""
from . import log
from pytest_splunk_addon.helmut import log

log.setup_logger(debug=True)
8 changes: 0 additions & 8 deletions pytest_splunk_addon/helmut/connector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
#
"""
Module for handling generic connections with a Splunk instance.

@author: Nicklas Ansman-Giertz
@contact: U{[email protected]<mailto:[email protected]>}
@since: 2011-11-21
"""

__all__ = ["sdk"]

from .sdk import SDKConnector
153 changes: 0 additions & 153 deletions pytest_splunk_addon/helmut/connector/base.py

This file was deleted.

Loading