Timestamp:
Jun 11, 2007, 2:56:31 AM (19 years ago)
Author:
bird
Message:

some adjustments.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/essentials/dev-lang/python/Lib/distutils/sysconfig.py

    r3367 r3408  
    462462def _init_os2():
    463463    """Initialize the module as appropriate for OS/2"""
    464     # g = {} - want all the posix stuff too please. (cflags etc)
     464    # g = {} - want all the posix stuff too please. (cflags etc)
    465465    _init_posix();
    466466    g = _config_vars;
Note: See TracChangeset for help on using the changeset viewer.