We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2516a45 commit 0c201c0Copy full SHA for 0c201c0
examples/random_numbers/random_numbers.py
@@ -16,6 +16,8 @@
16
17
from __future__ import absolute_import
18
import random, sys
19
+import os
20
+sys.path.insert(0, os.path.join(os.path.dirname(__file__), "..", "lib"))
21
22
from splunklib.modularinput import *
23
from splunklib import six
0 commit comments