svn+ssh://bugman@.../svn/relax/trunk
........
r24251 | bugman | 2014-06-23 16:36:47 +0200 (Mon, 23 Jun 2014) | 6 lines
Improved how the relax installation path is determined in the status object.
If the path cannot be found, the current working directory is then checked if it is where relax is
installed. This is needed when importing modules outside of relax.
........
r24257 | bugman | 2014-06-23 20:12:02 +0200 (Mon, 23 Jun 2014) | 7 lines
Hack to permanently eliminate the ^[[?1034h escape code being produced on Linux systems.
This is produced by importing the readline module. The escape code will be sent to STDOUT every
time relax is executed, so it will be present in all log files. The problem is the TERM
environmental variable being set to 'xterm'. The hack simply sets TERM to an empty string.
........