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