mailr10491 - /branches/bieri_gui/gui_bieri/base_classes.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on January 28, 2010 - 12:36:
Author: bugman
Date: Thu Jan 28 12:36:42 2010
New Revision: 10491

URL: http://svn.gna.org/viewcvs/relax?rev=10491&view=rev
Log:
Added a module for the GUI base classes.

This currently contains only a single empty class to be used as a container.


Added:
    branches/bieri_gui/gui_bieri/base_classes.py

Added: branches/bieri_gui/gui_bieri/base_classes.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/base_classes.py?rev=10491&view=auto
==============================================================================
--- branches/bieri_gui/gui_bieri/base_classes.py (added)
+++ branches/bieri_gui/gui_bieri/base_classes.py Thu Jan 28 12:36:42 2010
@@ -1,0 +1,28 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2010 Edward d'Auvergne                                       
 #
+#                                                                            
 #
+# This file is part of the program relax.                                    
 #
+#                                                                            
 #
+# relax is free software; you can redistribute it and/or modify              
 #
+# it under the terms of the GNU General Public License as published by       
 #
+# the Free Software Foundation; either version 2 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# relax is distributed in the hope that it will be useful,                   
 #
+# but WITHOUT ANY WARRANTY; without even the implied warranty of             
 #
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the              
 #
+# GNU General Public License for more details.                               
 #
+#                                                                            
 #
+# You should have received a copy of the GNU General Public License          
 #
+# along with relax; if not, write to the Free Software                       
 #
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA  
 #
+#                                                                            
 #
+###############################################################################
+
+# Module docstring.
+"""Base classes used by the GUI."""
+
+
+class Container:
+    """An empty container class."""




Related Messages


Powered by MHonArc, Updated Thu Jan 28 13:00:03 2010