Author: bugman
Date: Wed Jan 21 21:18:35 2009
New Revision: 8573

URL: http://svn.gna.org/viewcvs/relax?rev=8573&view=rev
Log:
Updates for the renaming to bmrblib.


Modified:
    branches/bmrb/prompt/bmrb.py

Modified: branches/bmrb/prompt/bmrb.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/prompt/bmrb.py?rev=8573&r1=8572&r2=8573&view=diff
==============================================================================
--- branches/bmrb/prompt/bmrb.py (original)
+++ branches/bmrb/prompt/bmrb.py Wed Jan 21 21:18:35 2009
@@ -25,7 +25,7 @@
 
 # relax module imports.
 import help
-import bmrb
+import bmrblib
 from relax_errors import RelaxBoolError, RelaxIntError, RelaxNoneStrError, 
RelaxStrError, RelaxStrFileError
 
 
@@ -52,7 +52,7 @@
             print text
 
         # Execute the functional code.
-        bmrb.display(format=format)
+        bmrblib.display(format=format)
 
 
     def read(self, file=None, dir=None):
@@ -88,7 +88,7 @@
             raise RelaxNoneStrError, ('directory name', dir)
 
         # Execute the functional code.
-        bmrb.read(file=file, directory=dir)
+        bmrblib.read(file=file, directory=dir)
 
 
     def write(self, file=None, dir='pipe_name', force=False):
@@ -134,4 +134,4 @@
             raise RelaxBoolError, ('force flag', force)
 
         # Execute the functional code.
-        bmrb.write(file=file, directory=dir, force=force)
+        bmrblib.write(file=file, directory=dir, force=force)


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to