mirror of
				https://github.com/sqlmapproject/sqlmap.git
				synced 2025-11-04 09:57:38 +03:00 
			
		
		
		
	Minor style update
This commit is contained in:
		
							parent
							
								
									a6d743ec4c
								
							
						
					
					
						commit
						dbbfee6c93
					
				| 
						 | 
					@ -10,7 +10,7 @@ import sys
 | 
				
			||||||
PYVERSION = sys.version.split()[0]
 | 
					PYVERSION = sys.version.split()[0]
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if PYVERSION >= "3" or PYVERSION < "2.6":
 | 
					if PYVERSION >= "3" or PYVERSION < "2.6":
 | 
				
			||||||
    exit("[CRITICAL] incompatible Python version detected ('%s'). For successfully running sqlmap you'll have to use version 2.6 or 2.7 (visit \"http://www.python.org/download/\")" % PYVERSION)
 | 
					    exit("[CRITICAL] incompatible Python version detected ('%s'). For successfully running sqlmap you'll have to use version 2.6 or 2.7 (visit 'http://www.python.org/download/')" % PYVERSION)
 | 
				
			||||||
elif __name__ == "__main__":
 | 
					elif __name__ == "__main__":
 | 
				
			||||||
    from _sqlmap import main
 | 
					    from _sqlmap import main
 | 
				
			||||||
    from lib.controller.controller import start  # needed for proper working of --profile switch
 | 
					    from lib.controller.controller import start  # needed for proper working of --profile switch
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue
	
	Block a user