mirror of
https://github.com/frappe/bench.git
synced 2024-11-12 00:06:36 +00:00
chore: py2-3 compatible configparser
This commit is contained in:
parent
9e7b8d1f2e
commit
c1507c2848
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user