| Home | Trees | Indices | Help |
|
|---|
|
|
1 #!/usr/bin/env python 2 ############################################################################## 3 # 4 # PDFgui by DANSE Diffraction group 5 # Simon J. L. Billinge 6 # (c) 2006 trustees of the Michigan State University. 7 # All rights reserved. 8 # 9 # File coded by: Chris Farrow 10 # 11 # See AUTHORS.txt for a list of people who contributed. 12 # See LICENSE.txt for license information. 13 # 14 ############################################################################## 15 16 """This module contains the BlankPanel class.""" 17 18 import wx 19 from diffpy.pdfgui.gui.pdfpanel import PDFPanel 20 29 30 # end of class BlankPanel 31 __id__ = "$Id: blankpanel.py 2980 2009-04-02 00:14:33Z juhas $" 32
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Fri Apr 10 19:11:08 2009 | http://epydoc.sourceforge.net |