Changes in / [7a04dbb:b3133fd] in sasview


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • check_packages.py

    rb44da61 rb52f47f  
    44import os 
    55import 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/ 
     9import PIL.Image 
     10sys.modules['Image'] = PIL.Image 
    611 
    712common_required_package_list = { 
  • docs/sphinx-docs/source/index.rst

    r9dfb1f9 r8042dbb  
    1010   :maxdepth: 1 
    1111 
     12   Model Documentation <user/models/model_functions> 
     13    
    1214   User Documentation <user/user> 
    1315 
Note: See TracChangeset for help on using the changeset viewer.