mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Remove unnecessary version check
This commit is contained in:
parent
438f21a406
commit
2a7cc5343d
1 changed files with 1 additions and 2 deletions
|
|
@ -488,8 +488,7 @@ def get_config_vars(*args):
|
|||
# Setting 'userbase' is done below the call to the
|
||||
# init function to enable using 'get_config_var' in
|
||||
# the init-function.
|
||||
if sys.version >= '2.6':
|
||||
_CONFIG_VARS['userbase'] = _getuserbase()
|
||||
_CONFIG_VARS['userbase'] = _getuserbase()
|
||||
|
||||
if 'srcdir' not in _CONFIG_VARS:
|
||||
_CONFIG_VARS['srcdir'] = _PROJECT_BASE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue