Changeset 75df58b in sasview for prview/perspectives/pr/pr_thread.py


Ignore:
Timestamp:
Jan 21, 2011 12:44:46 PM (14 years ago)
Author:
Gervaise Alina <gervyh@…>
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, release_4.0.1, ticket-1009, ticket-1094-headless, ticket-1242-2d-resolution, ticket-1243, ticket-1249, ticket885, unittest-saveload
Children:
f444b20
Parents:
8dc02d8b
Message:

working on loading for prview

File:
1 edited

Legend:

Unmodified
Added
Removed
  • prview/perspectives/pr/pr_thread.py

    r7116b6e0 r75df58b  
    1 import sys, time 
     1 
     2################################################################################ 
     3#This software was developed by the University of Tennessee as part of the 
     4#Distributed Data Analysis of Neutron Scattering Experiments (DANSE) 
     5#project funded by the US National Science Foundation.  
     6# 
     7#See the license text in license.txt 
     8# 
     9#copyright 2009, University of Tennessee 
     10################################################################################ 
     11 
     12import sys 
     13import time 
    214from data_util.calcthread import CalcThread 
    315 
Note: See TracChangeset for help on using the changeset viewer.