mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 10:48:02 +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:
		| @@ -6,12 +6,12 @@ import pprint | ||||
| import time | ||||
| from pprint import pprint | ||||
|  | ||||
| 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__ + "../../../"))) | ||||
|  | ||||
| realm = importlib.import_module("lanforge-scripts.py-json.realm") | ||||
| realm = importlib.import_module("py-json.realm") | ||||
| Realm = realm.Realm | ||||
| LFUtils = importlib.import_module("lanforge-scripts.py-json.LANforge.LFUtils") | ||||
| LFUtils = importlib.import_module("py-json.LANforge.LFUtils") | ||||
|  | ||||
|  | ||||
| localrealm = Realm("localhost", 8080, True) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Matthew Stidham
					Matthew Stidham