Changes in / [17531f8:4b751dc] in sasview


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/sas/sasgui/perspectives/fitting/models.py

    r5de7f69 r212bfc2  
    181181            try: 
    182182                model = load_custom_model(path) 
    183                 model.name = "[plug-in] "+model.name 
    184183                plugins[model.name] = model 
    185184            except Exception: 
Note: See TracChangeset for help on using the changeset viewer.