Changeset 450c6f6 in sasview for sasview/setup_exe.py


Ignore:
Timestamp:
Oct 7, 2016 6:00:38 PM (8 years ago)
Author:
Piotr Rozyczko <rozyczko@…>
Branches:
master, ESS_GUI, ESS_GUI_Docs, ESS_GUI_batch_fitting, ESS_GUI_bumps_abstraction, ESS_GUI_iss1116, ESS_GUI_iss879, ESS_GUI_iss959, ESS_GUI_opencl, ESS_GUI_ordering, ESS_GUI_sync_sascalc, costrafo411, magnetic_scatt, release-4.1.1, release-4.1.2, release-4.2.2, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
2abe6bf
Parents:
1efba268
git-author:
Piotr Rozyczko <rozyczko@…> (10/07/16 17:58:29)
git-committer:
Piotr Rozyczko <rozyczko@…> (10/07/16 18:00:38)
Message:

Fixed fallout from a file removal. Please test your commits!

File:
1 edited

Legend:

Unmodified
Added
Removed
  • sasview/setup_exe.py

    r9bbc074 r450c6f6  
    239239    data_files.append(('.', [f])) 
    240240 
    241 f = 'default_categories.json' 
    242 if os.path.isfile(f): 
    243     data_files.append(('.', [f])) 
     241#f = 'default_categories.json' 
     242#if os.path.isfile(f): 
     243#    data_files.append(('.', [f])) 
    244244 
    245245# numerical libraries 
Note: See TracChangeset for help on using the changeset viewer.