Changeset 581 for trunk/GSASIIIO.py


Ignore:
Timestamp:
Apr 30, 2012 12:42:29 PM (11 years ago)
Author:
toby
Message:

refactor to simplify import setup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIIO.py

    r580 r581  
    13731373        than one phase
    13741374        '''
    1375         self.BlockSelector(ChoiceList, ParentFrame, title, size, header)
     1375        return self.BlockSelector(ChoiceList,
     1376                                  ParentFrame,
     1377                                  title,
     1378                                  size,
     1379                                  header)
    13761380
    13771381######################################################################
Note: See TracChangeset for help on using the changeset viewer.