mailr8573 - /branches/bmrb/prompt/bmrb.py


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

Header


Content

Posted by edward on January 21, 2009 - 21:18:
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)




Related Messages


Powered by MHonArc, Updated Thu Jan 22 10:40:03 2009