mirror of
https://github.com/laurivosandi/certidude
synced 2024-12-23 00:25:18 +00:00
py3k: Use relative import
This commit is contained in:
parent
97b889f5b7
commit
60e8c351a0
@ -18,7 +18,7 @@ from configparser import ConfigParser, NoOptionError, NoSectionError
|
|||||||
from certidude.common import ip_address, ip_network, apt, rpm, pip, drop_privileges, selinux_fixup
|
from certidude.common import ip_address, ip_network, apt, rpm, pip, drop_privileges, selinux_fixup
|
||||||
from datetime import datetime, timedelta
|
from datetime import datetime, timedelta
|
||||||
from time import sleep
|
from time import sleep
|
||||||
import const
|
from . import const
|
||||||
|
|
||||||
logger = logging.getLogger(__name__)
|
logger = logging.getLogger(__name__)
|
||||||
|
|
||||||
|
@ -5,7 +5,7 @@ import configparser
|
|||||||
import ipaddress
|
import ipaddress
|
||||||
import os
|
import os
|
||||||
import string
|
import string
|
||||||
import const
|
from . import const
|
||||||
from random import choice
|
from random import choice
|
||||||
|
|
||||||
# Options that are parsed from config file are fetched here
|
# Options that are parsed from config file are fetched here
|
||||||
|
Loading…
Reference in New Issue
Block a user