mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-04 03:02:15 +01:00 
			
		
		
		
	Back to development version.
This commit is contained in:
		@@ -26,7 +26,7 @@
 | 
				
			|||||||
from __future__ import print_function
 | 
					from __future__ import print_function
 | 
				
			||||||
import os, io, sys, socket, struct, random, errno, getopt, re, hashlib, base64
 | 
					import os, io, sys, socket, struct, random, errno, getopt, re, hashlib, base64
 | 
				
			||||||
 | 
					
 | 
				
			||||||
VERSION = 'v1.7.0'
 | 
					VERSION = 'v1.7.1.dev'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
if sys.version_info >= (3,):  # pragma: nocover
 | 
					if sys.version_info >= (3,):  # pragma: nocover
 | 
				
			||||||
	StringIO, BytesIO = io.StringIO, io.BytesIO
 | 
						StringIO, BytesIO = io.StringIO, io.BytesIO
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user