mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
kLsUnknownType and kLSUnknownCreator were ints in stead of OSTypes.
Reported by Bob Ippolito.
This commit is contained in:
parent
49be4cc861
commit
e7e9bf2727
2 changed files with 5 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
from distutils.core import Extension, setup
|
||||
|
||||
setup(name="LaunchServices", version="0.1",
|
||||
setup(name="LaunchServices", version="0.2",
|
||||
ext_modules=[
|
||||
Extension('_Launch', ['_Launchmodule.c'],
|
||||
extra_link_args=['-framework', 'ApplicationServices'])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue