Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c9d44a6

Browse files
authored
Merge pull request #1534 from stonebig/master
typo
2 parents 85bc79b + 3b30c32 commit c9d44a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

winpython/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def create_winpython_start_menu_folder(current=True):
132132
def create_shortcut(path, description, filename, arguments="", workdir="", iconpath="", iconindex=0, verbose=True):
133133
"""Create Windows shortcut (.lnk file)."""
134134
import pythoncom
135-
from win32com.shell import shel
135+
from win32com.shell import shell
136136
ilink = pythoncom.CoCreateInstance(shell.CLSID_ShellLink, None, pythoncom.CLSCTX_INPROC_SERVER, shell.IID_IShellLink)
137137
ilink.SetPath(path)
138138
ilink.SetDescription(description)

0 commit comments

Comments
 (0)