Description: Installs in proper directory .txt file.
Author: Josue Ortega <josue@debian.org>
Last-Update: 2020-12-02
Forwarded: not-needed

--- a/glue/core/state.py
+++ b/glue/core/state.py
@@ -93,7 +93,7 @@
 # We need to make sure that we don't break backward-compatibility when we move
 # classes/functions around in Glue, so we have a file that maps the old paths to
 # the new location, and we read this in to PATH_PATCHES.
-PATCH_FILE = os.path.abspath(os.path.join(os.path.dirname(__file__),
+PATCH_FILE = os.path.abspath(os.path.join('/usr/share/python-glue',
                                           'state_path_patches.txt'))
 
 # For Mac app, need to get file from source directory
