Changeset 162:b565d30d01b3


Ignore:
Timestamp:
05/07/12 17:30:34 (12 years ago)
Author:
István Váradi <ivaradi@…>
Branch:
default
hg-Phase:
(<MercurialRepository 1 'hg:/home/ivaradi/mlx/hg' '/'>, 'public')
Message:

Added support for forcing the Windows version to the PyUIPC simulator

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/mlx/fsuipc.py

    r161 r162  
    1515import codecs
    1616
    17 if os.name == "nt":
     17if os.name == "nt" and "FORCE_PYUIPC_SIM" not in os.environ:
    1818    import pyuipc
    1919else:
Note: See TracChangeset for help on using the changeset viewer.