mailr4973 - /branches/N_state_model/prompt/n_state_model.py


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

Header


Content

Posted by edward on February 13, 2008 - 14:36:
Author: bugman
Date: Wed Feb 13 14:36:44 2008
New Revision: 4973

URL: http://svn.gna.org/viewcvs/relax?rev=4973&view=rev
Log:
Fixed an import caused by the change of specific_fns.__init__.


Modified:
    branches/N_state_model/prompt/n_state_model.py

Modified: branches/N_state_model/prompt/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/prompt/n_state_model.py?rev=4973&r1=4972&r2=4973&view=diff
==============================================================================
--- branches/N_state_model/prompt/n_state_model.py (original)
+++ branches/N_state_model/prompt/n_state_model.py Wed Feb 13 14:36:44 2008
@@ -25,7 +25,7 @@
 
 # relax module imports.
 import help
-from specific_fns import n_state_model_obj
+from specific_fns.setup import n_state_model_obj
 from relax_errors import RelaxBoolError, RelaxIntError, RelaxLenError, 
RelaxListError, RelaxListNumError, RelaxStrError
 
 




Related Messages


Powered by MHonArc, Updated Wed Feb 13 15:00:55 2008