mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Fix stupid typo.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37672 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6f765737f8
commit
ccb0a36e08
@ -61,7 +61,7 @@ def make_texcolor(hexcolor, graphics):
|
||||
|
||||
def find_exe(candidates, path):
|
||||
extlist = ['']
|
||||
if "PATHEXT" in os.environ.has_key:
|
||||
if "PATHEXT" in os.environ:
|
||||
extlist = extlist + os.environ["PATHEXT"].split(os.pathsep)
|
||||
|
||||
for prog in candidates:
|
||||
|
Loading…
Reference in New Issue
Block a user