mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	Making it so that lanforge-scripts can work if the repository isn't named exactly the same way
Signed-off-by: Matthew Stidham <stidmatt@gmail.com>
This commit is contained in:
		| @@ -11,10 +11,10 @@ import importlib | ||||
| import argparse | ||||
| from pip._internal.utils import logging | ||||
|  | ||||
| if 'lanforge-scripts' not in sys.path: | ||||
|     sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../../"))) | ||||
|   | ||||
| sys.path.append(os.path.join(os.path.abspath(__file__ + "../../../"))) | ||||
|  | ||||
| wlan_theoretical_sta = importlib.import_module("lanforge-scripts.py-json.wlan_theoretical_sta") | ||||
| wlan_theoretical_sta = importlib.import_module("py-json.wlan_theoretical_sta") | ||||
|  | ||||
|  | ||||
| def main(): | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham