mailr22680 - /trunk/specific_analyses/frame_order/checks.py


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

Header


Content

Posted by edward on April 10, 2014 - 16:11:
Author: bugman
Date: Thu Apr 10 16:11:56 2014
New Revision: 22680

URL: http://svn.gna.org/viewcvs/relax?rev=22680&view=rev
Log:
Removed many unused imports (should have occurred in the previous commit).


Modified:
    trunk/specific_analyses/frame_order/checks.py

Modified: trunk/specific_analyses/frame_order/checks.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/frame_order/checks.py?rev=22680&r1=22679&r2=22680&view=diff
==============================================================================
--- trunk/specific_analyses/frame_order/checks.py       (original)
+++ trunk/specific_analyses/frame_order/checks.py       Thu Apr 10 16:11:56 
2014
@@ -22,12 +22,8 @@
 # Module docstring.
 """Module for checks for the frame order analysis."""
 
-# Python module imports.
-from warnings import warn
-
 # relax module imports.
-from lib.errors import RelaxError, RelaxNoValueError, RelaxSpinTypeError
-from lib.warnings import RelaxWarning
+from lib.errors import RelaxError
 
 
 def check_ave_domain_setup():




Related Messages


Powered by MHonArc, Updated Thu Apr 10 16:20:02 2014