mailr18590 - in /trunk/lib: ./ __init__.py


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

Header


Content

Posted by edward on March 01, 2013 - 23:44:
Author: bugman
Date: Fri Mar  1 23:44:16 2013
New Revision: 18590

URL: http://svn.gna.org/viewcvs/relax?rev=18590&view=rev
Log:
Initialised a new package called 'lib'.

This will in the future be an extensive collection of functions, methods, 
classes, objects, etc. 
useful for the study of all types of molecular dynamics.


Added:
    trunk/lib/
    trunk/lib/__init__.py

Added: trunk/lib/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/__init__.py?rev=18590&view=auto
==============================================================================
--- trunk/lib/__init__.py (added)
+++ trunk/lib/__init__.py Fri Mar  1 23:44:16 2013
@@ -1,0 +1,27 @@
+###############################################################################
+#                                                                            
 #
+# Copyright (C) 2013 Edward d'Auvergne                                       
 #
+#                                                                            
 #
+# This file is part of the program relax (http://www.nmr-relax.com).         
 #
+#                                                                            
 #
+# This program 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 3 of the License, or          
 #
+# (at your option) any later version.                                        
 #
+#                                                                            
 #
+# This program 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 this program.  If not, see <http://www.gnu.org/licenses/>.      
 #
+#                                                                            
 #
+###############################################################################
+
+# Package docstring.
+"""The relax-lib package - a collection of functions, objects, and methods 
for the study of dynamics."""
+
+__all__ = [
+    'geometry'
+]




Related Messages


Powered by MHonArc, Updated Sat Mar 02 00:00:02 2013