mailr3113 - /1.3/data/pipe_container.py


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

Header


Content

Posted by edward on March 08, 2007 - 06:42:
Author: bugman
Date: Thu Mar  8 06:41:32 2007
New Revision: 3113

URL: http://svn.gna.org/viewcvs/relax?rev=3113&view=rev
Log:
Removal of unused import statements.


Modified:
    1.3/data/pipe_container.py

Modified: 1.3/data/pipe_container.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/data/pipe_container.py?rev=3113&r1=3112&r2=3113&view=diff
==============================================================================
--- 1.3/data/pipe_container.py (original)
+++ 1.3/data/pipe_container.py Thu Mar  8 06:41:32 2007
@@ -21,11 +21,10 @@
 
###############################################################################
 
 # Python module imports.
-from re import match, search
-from types import DictType, ListType
+from re import match
 
 # relax module imports.
-from data_classes import Element, Residue, SpecificData
+from data_classes import Residue, SpecificData
 from diff_tensor import DiffTensorData
 
 




Related Messages


Powered by MHonArc, Updated Thu Mar 08 07:00:09 2007