mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-10-31 18:58:01 +00:00 
			
		
		
		
	Revert "Update py_scripts to be in line with pip standards"
This reverts commit 37df48594e.
			
			
This commit is contained in:
		| @@ -17,7 +17,9 @@ if 'py-json' not in sys.path: | ||||
|     sys.path.append('../py-json') | ||||
| from LANforge import LFUtils | ||||
| from LANforge.LFUtils import * | ||||
| from realm import Realm, PortUtils | ||||
| import realm | ||||
| from realm import Realm | ||||
| from realm import PortUtils | ||||
|  | ||||
| from lf_report import * | ||||
| from lf_graph import * | ||||
| @@ -42,7 +44,7 @@ class HttpDownload(Realm): | ||||
|         self.debug = _debug_on | ||||
|         print(bands) | ||||
|  | ||||
|         self.local_realm = Realm(lfclient_host=self.host, lfclient_port=self.port) | ||||
|         self.local_realm = realm.Realm(lfclient_host=self.host, lfclient_port=self.port) | ||||
|         self.station_profile = self.local_realm.new_station_profile() | ||||
|         self.http_profile = self.local_realm.new_http_profile() | ||||
|         self.http_profile.requests_per_ten = self.target_per_ten | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Chuck SmileyRekiere
					Chuck SmileyRekiere