mirror of
				https://github.com/laurivosandi/certidude
				synced 2025-10-31 09:29:13 +00:00 
			
		
		
		
	Fix dependency on subprocess
This commit is contained in:
		| @@ -2,6 +2,7 @@ | |||||||
| import os | import os | ||||||
| import click | import click | ||||||
| import ipaddress | import ipaddress | ||||||
|  | import subprocess | ||||||
|  |  | ||||||
| def ip_network(j): | def ip_network(j): | ||||||
|     return ipaddress.ip_network(unicode(j)) |     return ipaddress.ip_network(unicode(j)) | ||||||
|   | |||||||
| @@ -3,7 +3,6 @@ import ipaddress | |||||||
| import json | import json | ||||||
| import logging | import logging | ||||||
| import os | import os | ||||||
| import subprocess |  | ||||||
| import types | import types | ||||||
| from datetime import date, time, datetime, timedelta | from datetime import date, time, datetime, timedelta | ||||||
| from urlparse import urlparse | from urlparse import urlparse | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user