Ensure terminfo definition is available to child process

This commit is contained in:
Kovid Goyal
2016-10-17 23:12:29 +05:30
parent 3bb429dfa8
commit cca33a5550
2 changed files with 5 additions and 0 deletions

View File

@@ -27,3 +27,5 @@ def _get_config_dir():
return ans
config_dir = _get_config_dir()
del _get_config_dir
terminfo_dir = os.path.join(os.path.dirname(os.path.dirname(os.path.abspath(__file__))), 'terminfo')