mailr19456 - /trunk/auto_analyses/__init__.py


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

Header


Content

Posted by edward on April 11, 2013 - 14:11:
Author: bugman
Date: Thu Apr 11 14:11:10 2013
New Revision: 19456

URL: http://svn.gna.org/viewcvs/relax?rev=19456&view=rev
Log:
Formatting change for the auto_analyses __all__ package list.


Modified:
    trunk/auto_analyses/__init__.py

Modified: trunk/auto_analyses/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/auto_analyses/__init__.py?rev=19456&r1=19455&r2=19456&view=diff
==============================================================================
--- trunk/auto_analyses/__init__.py (original)
+++ trunk/auto_analyses/__init__.py Thu Apr 11 14:11:10 2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2004-2012 Edward d'Auvergne                                  
 #
+# Copyright (C) 2004-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -29,8 +29,10 @@
 from auto_analyses import stereochem_analysis
 
 
-__all__ = [ 'dauvergne_protocol',
-            'frame_order',
-            'noe',
-            'relax_fit',
-            'stereochem_analysis' ]
+__all__ = [
+    'dauvergne_protocol',
+    'frame_order',
+    'noe',
+    'relax_fit',
+    'stereochem_analysis'
+]




Related Messages


Powered by MHonArc, Updated Thu Apr 11 14:20:01 2013