Changes in / [b3133fd:7a04dbb] in sasview


Ignore:
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • check_packages.py

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

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