1
0
mirror of https://github.com/laurivosandi/certidude synced 2024-12-22 16:25:17 +00:00

py3k: Use relative import

This commit is contained in:
Priit Laes 2017-10-01 00:27:39 +03:00
parent 97b889f5b7
commit 60e8c351a0
2 changed files with 2 additions and 2 deletions

View File

@ -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 datetime import datetime, timedelta
from time import sleep
import const
from . import const
logger = logging.getLogger(__name__)

View File

@ -5,7 +5,7 @@ import configparser
import ipaddress
import os
import string
import const
from . import const
from random import choice
# Options that are parsed from config file are fetched here