mailr15908 - in /branches/uf_redesign/user_functions: ./ __init__.py


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

Header


Content

Posted by edward on May 03, 2012 - 18:35:
Author: bugman
Date: Thu May  3 18:35:51 2012
New Revision: 15908

URL: http://svn.gna.org/viewcvs/relax?rev=15908&view=rev
Log:
Created the empty user_functions package.


Added:
    branches/uf_redesign/user_functions/
    branches/uf_redesign/user_functions/__init__.py

Added: branches/uf_redesign/user_functions/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/user_functions/__init__.py?rev=15908&view=auto
==============================================================================
--- branches/uf_redesign/user_functions/__init__.py (added)
+++ branches/uf_redesign/user_functions/__init__.py Thu May  3 18:35:51 2012
@@ -1,0 +1,29 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2012 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 containing all of the user function details.
+
+This package contains all information and details about user functions, from 
documentation to icons to be used in the GUI.  This package contains a 
special data structure which will be used by the different UIs to 
automatically generate their interfaces to the user functions.
+"""
+
+__all__ = ['']




Related Messages


Powered by MHonArc, Updated Thu May 03 19:00:02 2012