mailr8373 - /branches/bmrb/generic_fns/bmrb.py


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

Header


Content

Posted by edward on January 11, 2009 - 13:50:
Author: bugman
Date: Sun Jan 11 13:50:12 2009
New Revision: 8373

URL: http://svn.gna.org/viewcvs/relax?rev=8373&view=rev
Log:
Added a missing import.


Modified:
    branches/bmrb/generic_fns/bmrb.py

Modified: branches/bmrb/generic_fns/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/generic_fns/bmrb.py?rev=8373&r1=8372&r2=8373&view=diff
==============================================================================
--- branches/bmrb/generic_fns/bmrb.py (original)
+++ branches/bmrb/generic_fns/bmrb.py Sun Jan 11 13:50:12 2009
@@ -26,6 +26,7 @@
 # relax module imports.
 from data import Relax_data_store; ds = Relax_data_store()
 from relax_errors import RelaxError, RelaxNoPipeError
+from specific_fns.setup import get_specific_fn
 
 
 def display():




Related Messages


Powered by MHonArc, Updated Sun Jan 11 14:00:03 2009