Trees | Indices | Help |
|
---|
|
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: Peng Tian 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 # End of file 22
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Aug 28 23:35:58 2011 | http://epydoc.sourceforge.net |