mirror of
				https://github.com/Telecominfraproject/wlan-lanforge-scripts.git
				synced 2025-11-04 04:38:02 +00:00 
			
		
		
		
	removed comments
This commit is contained in:
		@@ -5,12 +5,6 @@ import os
 | 
				
			|||||||
if sys.version_info[0] != 3:
 | 
					if sys.version_info[0] != 3:
 | 
				
			||||||
    print("This script requires Python 3")
 | 
					    print("This script requires Python 3")
 | 
				
			||||||
    exit(1)
 | 
					    exit(1)
 | 
				
			||||||
#print("single dot")
 | 
					 | 
				
			||||||
#print(os.path.abspath('.'))
 | 
					 | 
				
			||||||
#print("double dot")
 | 
					 | 
				
			||||||
#print(os.path.abspath('..'))
 | 
					 | 
				
			||||||
#print("done printing")
 | 
					 | 
				
			||||||
#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
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user