Changeset 727b25f in trunk


Ignore:
Timestamp:
2011-01-16T04:49:59Z (15 years ago)
Author:
david-sarah <david-sarah@…>
Branches:
master
Children:
45212d8
Parents:
21f6785
Message:

Temporary hack to investigate whether we are getting the right version of foolscap on trunk. refs #1258

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified src/allmydata/_auto_deps.py

    r21f6785 r727b25f  
    108108
    109109    import pkg_resources
     110    import foolscap.api
     111    if foolscap.api.__version__ != '0.6.0':
     112        import os, sys
     113        raise AssertionError("wrong foolscap!\nfoolscap.api.__version__=%r\nPYTHONPATH=%r\nsys.path=%r" %
     114                             (foolscap.api.__version__, os.environ.get('PYTHONPATH'), sys.path))
     115
    110116    for requirement in install_requires:
    111117        try:
Note: See TracChangeset for help on using the changeset viewer.