Changes in / [8934fef:b9d9e95] in sasview
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
check_packages.py
rb44da61 rb52f47f 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.Image 10 sys.modules['Image'] = PIL.Image 6 11 7 12 common_required_package_list = {
Note: See TracChangeset
for help on using the changeset viewer.