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