mailr15959 - /branches/uf_redesign/graphics/__init__.py


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

Header


Content

Posted by edward on May 04, 2012 - 11:13:
Author: bugman
Date: Fri May  4 11:13:13 2012
New Revision: 15959

URL: http://svn.gna.org/viewcvs/relax?rev=15959&view=rev
Log:
The graphics directory has been converted into a Python package.

This will be used to store special functions related to graphics 
manipulation, retrieval, etc.


Added:
    branches/uf_redesign/graphics/__init__.py

Added: branches/uf_redesign/graphics/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/uf_redesign/graphics/__init__.py?rev=15959&view=auto
==============================================================================
--- branches/uf_redesign/graphics/__init__.py (added)
+++ branches/uf_redesign/graphics/__init__.py Fri May  4 11:13:13 2012
@@ -1,0 +1,26 @@
+###############################################################################
+#                                                                            
 #
+# 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.
+"""The relax graphics package."""
+
+




Related Messages


Powered by MHonArc, Updated Fri May 04 11:40:02 2012