Changes in check_packages.py [b52f47f:b44da61] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
check_packages.py
rb52f47f rb44da61 4 4 import os 5 5 import sys 6 7 # Fix for error: hash-collision-3-both-1-and-1/8 # See http://jaredforsyth.com/blog/2010/apr/28/accessinit-hash-collision-3-both-1-and-1/9 import PIL.Image10 sys.modules['Image'] = PIL.Image11 6 12 7 common_required_package_list = {
Note: See TracChangeset
for help on using the changeset viewer.