mirror of
https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
synced 2025-11-02 03:37:55 +00:00
Update test_l3_powersave_traffic.py
added absolute path to line 10- entire file is a WIP
This commit is contained in:
committed by
GitHub
parent
9103cb8e07
commit
43b2be2c44
@@ -7,9 +7,8 @@ if sys.version_info[0] != 3:
|
||||
print("This script requires Python 3")
|
||||
exit(1)
|
||||
|
||||
|
||||
if 'py-json' not in sys.path:
|
||||
sys.path.append('../py-json')
|
||||
sys.path.append(os.path.join(os.path.abspath('..'),'py-json'))
|
||||
|
||||
import argparse
|
||||
from LANforge.lfcli_base import LFCliBase
|
||||
|
||||
Reference in New Issue
Block a user