| Home | Trees | Indices | Help |
|
|---|
|
|
1 ############################################################################## 2 # 3 # diffpy.pdfgui by DANSE Diffraction group 4 # Simon J. L. Billinge 5 # (c) 2006 trustees of the Michigan State University. 6 # 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 PDFgui release 17 ''' 18 19 from diffpy.pdfgui.version import __version__ 20 21 # version 22 __id__ = "$Id: __init__.py 2939 2009-03-25 23:29:26Z juhas $" 23 24 # End of file 25
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:11:09 2009 | http://epydoc.sourceforge.net |