Changeset 3367 for trunk/essentials/dev-lang/python
- Timestamp:
- May 21, 2007, 3:53:18 AM (18 years ago)
- File:
- 
      - 1 edited
 
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/essentials/dev-lang/python/Lib/distutils/sysconfig.pyr3225 r3367 462 462 def _init_os2(): 463 463 """Initialize the module as appropriate for OS/2""" 464 g = {} 464 # g = {} - want all the posix stuff too please. (cflags etc) 465 _init_posix(); 466 g = _config_vars; 467 465 468 # set basic install directories 466 469 g['LIBDEST'] = get_python_lib(plat_specific=0, standard_lib=1) 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
