mailr10282 - in /branches/bieri_gui/gui_bieri: analyses/__init__.py execution/__init__.py


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

Header


Content

Posted by edward on January 22, 2010 - 17:07:
Author: bugman
Date: Fri Jan 22 17:07:11 2010
New Revision: 10282

URL: http://svn.gna.org/viewcvs/relax?rev=10282&view=rev
Log:
Converted the analyses/ and execution/ directories into Python packages by 
adding __init__.py files.


Added:
    branches/bieri_gui/gui_bieri/analyses/__init__.py
    branches/bieri_gui/gui_bieri/execution/__init__.py

Added: branches/bieri_gui/gui_bieri/analyses/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/analyses/__init__.py?rev=10282&view=auto
==============================================================================
--- branches/bieri_gui/gui_bieri/analyses/__init__.py (added)
+++ branches/bieri_gui/gui_bieri/analyses/__init__.py Fri Jan 22 17:07:11 2010
@@ -1,0 +1,27 @@
+###############################################################################
+#                                                                            
 #
+# 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  
 #
+#                                                                            
 #
+###############################################################################
+
+# Package docstring.
+"""Package for the automatic and custom analysis GUI elements."""
+
+
+__all__ = []

Added: branches/bieri_gui/gui_bieri/execution/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bieri_gui/gui_bieri/execution/__init__.py?rev=10282&view=auto
==============================================================================
--- branches/bieri_gui/gui_bieri/execution/__init__.py (added)
+++ branches/bieri_gui/gui_bieri/execution/__init__.py Fri Jan 22 17:07:11 
2010
@@ -1,0 +1,27 @@
+###############################################################################
+#                                                                            
 #
+# 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  
 #
+#                                                                            
 #
+###############################################################################
+
+# Package docstring.
+"""Package for the execution code - the layer between the GUI and the relax 
internal API."""
+
+
+__all__ = []




Related Messages


Powered by MHonArc, Updated Fri Jan 22 17:20:02 2010