Author: bugman Date: Wed Jan 9 12:06:46 2008 New Revision: 4537 URL: http://svn.gna.org/viewcvs/relax?rev=4537&view=rev Log: Converted the devnull_import variable from a bin value to a boolean.
Modified: 1.3/relax_io.py Modified: 1.3/relax_io.py URL: http://svn.gna.org/viewcvs/relax/1.3/relax_io.py?rev=4537&r1=4536&r2=4537&view=diff ============================================================================== --- 1.3/relax_io.py (original) +++ 1.3/relax_io.py Wed Jan 9 12:06:46 2008 @@ -34,9 +34,9 @@ # Devnull. try: from os import devnull - devnull_import = 1 + devnull_import = True except ImportError, message: - devnull_import = 0 + devnull_import = False devnull_import_message = message.args[0] # Python module imports. _______________________________________________ relax (http://nmr-relax.com) This is the relax-commits mailing list relax-commits@gna.org 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