mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-03 20:27:54 +00:00 
			
		
		
		
	LFRequest.py: corrects import reference
Signed-off-by: Jed Reynolds <jed@candelatech.com>
This commit is contained in:
		@@ -13,7 +13,7 @@ from urllib import error
 | 
				
			|||||||
from urllib import parse
 | 
					from urllib import parse
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import json
 | 
					import json
 | 
				
			||||||
from LANforge import LFUtils
 | 
					from . import LFUtils
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					
 | 
				
			||||||
class LFRequest:
 | 
					class LFRequest:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user