Skip to content

Commit 187b452

Browse files
author
Adityashankar Kini
committed
Fix tests
1 parent bf3cddd commit 187b452

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/user_team_mgmt.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os
77
import sys
88
import logging
9-
9+
sys.path.insert(0, os.path.join(os.path.dirname(os.path.realpath(sys.argv[0])), '..'))
1010
from sdcclient import SdcClient
1111
#
1212
# Parse arguments

0 commit comments

Comments
 (0)