svn+ssh://semor@.../svn/relax/1.3
........
r8681 | bugman | 2009-01-27 12:35:10 -0500 (Tue, 27 Jan 2009) | 6 lines
Removed the dependence of the relax_errors and relax_warnings modules on relax.
This fixes some rare circular import failures with the --debug flag and makes the modules much
cleaner and more independent.
........
r8683 | bugman | 2009-01-27 12:48:32 -0500 (Tue, 27 Jan 2009) | 6 lines
Improvements to the relax_errors module.
The module function save_state() can now function if this module is used by something other than
relax. The saved state is also BZip compressed if the bz2 module exists.
........