This commit is contained in:
Usman Nasir
2019-12-12 11:04:05 +05:00
parent f1f03c7e43
commit 2cd3e62c51
69 changed files with 1371 additions and 86 deletions

View File

@@ -1,12 +1,12 @@
import shutil
import subprocess
import os
from mysqlUtilities import mysqlUtilities
import installLog as logging
import randomPassword
from .mysqlUtilities import mysqlUtilities
from . import installLog as logging
from . import randomPassword
import errno
import MySQLdb as mariadb
import install
from . import install
#distros
centos=0