Changeset 727b25f in trunk
- Timestamp:
- 2011-01-16T04:49:59Z (15 years ago)
- Branches:
- master
- Children:
- 45212d8
- Parents:
- 21f6785
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified src/allmydata/_auto_deps.py ¶
r21f6785 r727b25f 108 108 109 109 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 110 116 for requirement in install_requires: 111 117 try:
Note: See TracChangeset
for help on using the changeset viewer.