2
0
mirror of https://github.com/frappe/bench.git synced 2024-09-24 04:59:01 +00:00

chore: py2-3 compatible configparser

This commit is contained in:
Gavin D'souza 2020-03-16 00:52:04 +05:30
parent 9e7b8d1f2e
commit c1507c2848

View File

@ -1,5 +1,4 @@
# imports - standard imports
import configparser
import getpass
import os
@ -11,6 +10,7 @@ from bench.config.common_site_config import get_config, update_config, get_gunic
# imports - third party imports
import click
from six.moves import configparser
def generate_supervisor_config(bench_path, user=None, yes=False):