mailr4825 - /1.3/prompt/interpreter.py


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

Header


Content

Posted by edward on January 17, 2008 - 16:19:
Author: bugman
Date: Thu Jan 17 16:19:55 2008
New Revision: 4825

URL: http://svn.gna.org/viewcvs/relax?rev=4825&view=rev
Log:
Removed the Numeric and Scientific packages from the relax prompt namespace.


Modified:
    1.3/prompt/interpreter.py

Modified: 1.3/prompt/interpreter.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/interpreter.py?rev=4825&r1=4824&r2=4825&view=diff
==============================================================================
--- 1.3/prompt/interpreter.py (original)
+++ 1.3/prompt/interpreter.py Thu Jan 17 16:19:55 2008
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2007 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2008 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -32,8 +32,6 @@
 
 # Python modules accessible on the command prompt.
 from math import pi
-import Numeric
-import Scientific
 
 # Auxiliary modules.
 from help import _Helper, _Helper_python
@@ -114,8 +112,6 @@
 
         # Python modules.
         self._pi = pi
-        self._Numeric = Numeric
-        self._Scientific = Scientific
 
         # Place the user functions into the namespace of the interpreter 
class.
         self._Angles = Angles(relax)
@@ -170,8 +166,6 @@
 
         # Python modules.
         pi = self._pi
-        Numeric = self._Numeric
-        Scientific = self._Scientific
 
         # Import the functions emulating system commands.
         lh = Lh()




Related Messages


Powered by MHonArc, Updated Thu Jan 17 16:20:14 2008