svn+ssh://bugman@.../svn/relax/trunk
........
r22247 | bugman | 2014-02-21 20:25:28 +0100 (Fri, 21 Feb 2014) | 9 lines
Fix for bug #21704, the failure of the GUI analyses when the home directory '~' character is used.
The bug is located at https://gna.org/bugs/?21704.
The problem is located in many parts of the program, and other problematic areas may still be
present. In all cases where the directory or file is accessed, the os.path.expanduser() function
must be called.
........