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 click | ||||
| import ipaddress | ||||
| import subprocess | ||||
|  | ||||
| def ip_network(j): | ||||
|     return ipaddress.ip_network(unicode(j)) | ||||
|   | ||||
| @@ -3,7 +3,6 @@ import ipaddress | ||||
| import json | ||||
| import logging | ||||
| import os | ||||
| import subprocess | ||||
| import types | ||||
| from datetime import date, time, datetime, timedelta | ||||
| from urlparse import urlparse | ||||
|   | ||||
		Reference in New Issue
	
	Block a user