2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-28 06:49:06 +00:00

perf: Remove siz.moves.configparser from the import tree

This commit is contained in:
Aditya Hase 2021-02-21 10:03:03 +05:30
parent 8527b106c3
commit 6c0e1a359e
No known key found for this signature in database
GPG Key ID: 0A55F0FCA0234972

View File

@ -11,7 +11,6 @@ from bench.config.common_site_config import get_config, update_config, get_gunic
# imports - third party imports
import click
from six.moves import configparser
logger = logging.getLogger(bench.PROJECT_NAME)
@ -68,6 +67,8 @@ def get_supervisord_conf():
def update_supervisord_config(user=None, yes=False):
"""From bench v5.x, we're moving to supervisor running as user"""
from six.moves import configparser
from bench.config.production_setup import service
if not user: