mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-31 11:17:24 -06:00
Use Python's subprocess module instead of the eventlet's subprocess as it is not working with Python v3.12
This commit is contained in:
parent
3e575e2f43
commit
46a8c1ad6a
@ -11,8 +11,8 @@ import os
|
||||
import select
|
||||
import struct
|
||||
import config
|
||||
import subprocess
|
||||
from sys import platform as _platform
|
||||
from eventlet.green import subprocess
|
||||
from config import PG_DEFAULT_DRIVER
|
||||
from flask import Response, request
|
||||
from flask import render_template, copy_current_request_context, \
|
||||
|
Loading…
Reference in New Issue
Block a user