mailr19038 - in /trunk: lib/ lib/frame_order/ test_suite/unit_tests/_lib/_frame_order/


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

Header


Content

Posted by edward on March 23, 2013 - 09:18:
Author: bugman
Date: Sat Mar 23 09:18:10 2013
New Revision: 19038

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


Added:
    trunk/lib/frame_order/
    trunk/lib/frame_order/__init__.py
      - copied, changed from r19037, trunk/lib/auto_relaxation/__init__.py
    trunk/test_suite/unit_tests/_lib/_frame_order/
    trunk/test_suite/unit_tests/_lib/_frame_order/__init__.py
      - copied unchanged from r19037, 
trunk/test_suite/unit_tests/_lib/_auto_relaxation/__init__.py
    trunk/test_suite/unit_tests/_lib/_frame_order/test___init__.py
      - copied, changed from r19037, 
trunk/test_suite/unit_tests/_lib/_auto_relaxation/test___init__.py
Modified:
    trunk/lib/__init__.py

Modified: trunk/lib/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/__init__.py?rev=19038&r1=19037&r2=19038&view=diff
==============================================================================
--- trunk/lib/__init__.py (original)
+++ trunk/lib/__init__.py Sat Mar 23 09:18:10 2013
@@ -28,6 +28,7 @@
     'auto_relaxation',
     'errors',
     'float',
+    'frame_order',
     'geometry',
     'io',
     'physical_constants',

Copied: trunk/lib/frame_order/__init__.py (from r19037, 
trunk/lib/auto_relaxation/__init__.py)
URL: 
http://svn.gna.org/viewcvs/relax/trunk/lib/frame_order/__init__.py?p2=trunk/lib/frame_order/__init__.py&p1=trunk/lib/auto_relaxation/__init__.py&r1=19037&r2=19038&rev=19038&view=diff
==============================================================================
--- trunk/lib/auto_relaxation/__init__.py (original)
+++ trunk/lib/frame_order/__init__.py Sat Mar 23 09:18:10 2013
@@ -20,7 +20,7 @@
 
###############################################################################
 
 # Package docstring.
-"""The relax-lib NMR package - a library of functions for auto-relaxation 
rates."""
+"""The relax-lib NMR package - a library of functions for the frame order 
theories."""
 
 __all__ = [
     ''

Copied: trunk/test_suite/unit_tests/_lib/_frame_order/test___init__.py (from 
r19037, trunk/test_suite/unit_tests/_lib/_auto_relaxation/test___init__.py)
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_lib/_frame_order/test___init__.py?p2=trunk/test_suite/unit_tests/_lib/_frame_order/test___init__.py&p1=trunk/test_suite/unit_tests/_lib/_auto_relaxation/test___init__.py&r1=19037&r2=19038&rev=19038&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_lib/_auto_relaxation/test___init__.py 
(original)
+++ trunk/test_suite/unit_tests/_lib/_frame_order/test___init__.py Sat Mar 23 
09:18:10 2013
@@ -29,11 +29,11 @@
 
 
 class Test___init__(PackageTestCase):
-    """Unit tests for the lib.auto_relaxation package."""
+    """Unit tests for the lib.frame_order package."""
 
     def setUp(self):
         """Set up for the package checking."""
 
-        self.package = lib.auto_relaxation
-        self.package_name = 'lib.auto_relaxation'
-        self.package_path = sys.path[0] + sep + 'lib' + sep + 
'auto_relaxation'
+        self.package = lib.frame_order
+        self.package_name = 'lib.frame_order'
+        self.package_path = sys.path[0] + sep + 'lib' + sep + 'frame_order'




Related Messages


Powered by MHonArc, Updated Sat Mar 23 09:20:03 2013