mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
removed python 3 need for 'imp' module
This commit is contained in:
@@ -25,7 +25,6 @@ try:
|
||||
import ConfigParser
|
||||
except:
|
||||
import configparser as ConfigParser
|
||||
from imp import reload
|
||||
|
||||
GCC = os.environ.get('CC', sysconfig.get_config_var('CC'))
|
||||
if not GCC:
|
||||
|
||||
Reference in New Issue
Block a user