Package diffpy :: Package srrietveld :: Package applications
[frames] | no frames]

Source Code for Package diffpy.srrietveld.applications

 1  ############################################################################## 
 2  # 
 3  # diffpy.srrietveld by DANSE Diffraction group 
 4  #                   Simon J. L. Billinge 
 5  #                   (c) 2010 Trustees of the Columbia University 
 6  #                   in the City of New York.  All rights reserved. 
 7  # 
 8  # File coded by:    Pavol Juhas 
 9  # 
10  # See AUTHORS.txt for a list of people who contributed. 
11  # See LICENSE.txt for license information. 
12  # 
13  ############################################################################## 
14   
15  '''Constants: 
16      __version__ -- full version of this SrRietveld release 
17  ''' 
18   
19  from diffpy.srrietveld.version import __version__ 
20   
21  # version 
22  __id__ = "$Id: __init__.py 5658 2010-07-09 20:05:34Z juhas $" 
23   
24  # End of file 
25