mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	Moved file to scripts_deprecated
This commit is contained in:
		@@ -27,7 +27,7 @@ if sys.version_info[0] != 3:
 | 
				
			|||||||
    exit(1)
 | 
					    exit(1)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if 'py-json' not in sys.path:
 | 
					if 'py-json' not in sys.path:
 | 
				
			||||||
    sys.path.append(os.path.join(os.path.abspath('..'), 'py-json'))
 | 
					    sys.path.append(os.path.join(os.path.abspath('../..'), 'py-json'))
 | 
				
			||||||
import LANforge
 | 
					import LANforge
 | 
				
			||||||
from LANforge.lfcli_base import LFCliBase
 | 
					from LANforge.lfcli_base import LFCliBase
 | 
				
			||||||
from LANforge import LFUtils
 | 
					from LANforge import LFUtils
 | 
				
			||||||
		Reference in New Issue
	
	Block a user