mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-22 08:15:18 +00:00
Fix dependency on subprocess
This commit is contained in:
parent
5e812f5194
commit
a5b880c020
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user