Changeset 944


Ignore:
Timestamp:
03/30/06 15:38:02 (18 years ago)
Author:
mar637
Message:

added unique; added selector

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/python/__init__.py

    r928 r944  
    231231    return None
    232232
     233def unique(x):
     234    return dict([ (val, 1) for val in x]).keys()
     235
    233236# workaround for ipython, which redirects this if banner=0 in ipythonrc
    234237sys.stdout = sys.__stdout__
     
    251254from asapfitter import *
    252255from asapreader import reader
     256from selector import selector
    253257
    254258from asapmath import *
Note: See TracChangeset for help on using the changeset viewer.