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 bf3cddd commit 187b452Copy full SHA for 187b452
examples/user_team_mgmt.py
@@ -6,7 +6,7 @@
6
import os
7
import sys
8
import logging
9
-
+sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])), '..'))
10
from sdcclient import SdcClient
11
#
12
# Parse arguments
0 commit comments