svn+ssh://bugman@.../svn/relax/trunk
........
r16866 | bugman | 2012-06-11 21:05:16 +0200 (Mon, 11 Jun 2012) | 6 lines
Bug fix for a segmentation fault occurring during the model-free GUI test.
Flushing of the interpreter queue object is needed as some parts of the interface use asynchronous
user function calls.
........
r16879 | bugman | 2012-06-12 11:34:42 +0200 (Tue, 12 Jun 2012) | 6 lines
Reverted the 2to3 changes of r16837 as these are deadly for Python 2.6!
The command used was:
svn merge -r16837:16836 .
........