Add missing docstring.
This commit is contained in:
parent
6303bd7845
commit
eb7f7d4932
1 changed files with 2 additions and 0 deletions
2
setup.py
2
setup.py
|
@ -320,6 +320,8 @@ class InnoScript:
|
|||
print("No signed installer: certificate %s not found." % pfxfile)
|
||||
|
||||
def get_windows_sdk_path():
|
||||
"""Return path of Microsoft Windows SDK installation, or None if
|
||||
not found."""
|
||||
try:
|
||||
import _winreg as winreg
|
||||
except ImportError:
|
||||
|
|
Loading…
Reference in a new issue