mailr19029 - /trunk/test_suite/unit_tests/_data_store/test___init__.py


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

Header


Content

Posted by edward on March 23, 2013 - 00:26:
Author: bugman
Date: Sat Mar 23 00:26:31 2013
New Revision: 19029

URL: http://svn.gna.org/viewcvs/relax?rev=19029&view=rev
Log:
Import fix of the data_store package.


Modified:
    trunk/test_suite/unit_tests/_data_store/test___init__.py

Modified: trunk/test_suite/unit_tests/_data_store/test___init__.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/test_suite/unit_tests/_data_store/test___init__.py?rev=19029&r1=19028&r2=19029&view=diff
==============================================================================
--- trunk/test_suite/unit_tests/_data_store/test___init__.py (original)
+++ trunk/test_suite/unit_tests/_data_store/test___init__.py Sat Mar 23 
00:26:31 2013
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2007-2011 Edward d'Auvergne                                  
 #
+# Copyright (C) 2007-2013 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax (http://www.nmr-relax.com).         
 #
 #                                                                            
 #
@@ -24,7 +24,7 @@
 import sys
 
 # relax module imports.
-import data; ds = data.Relax_data_store()
+from data import Relax_data_store; ds = Relax_data_store()
 from test_suite.unit_tests.package_checking import PackageTestCase
 
 




Related Messages


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