Add entry for HotShot.
This commit is contained in:
parent
8c081a1584
commit
3a40f32aa6
1
setup.py
1
setup.py
|
@ -212,6 +212,7 @@ class PyBuildExt(build_ext):
|
|||
exts.append( Extension('regex', ['regexmodule.c', 'regexpr.c']) )
|
||||
exts.append( Extension('pcre', ['pcremodule.c', 'pypcre.c']) )
|
||||
|
||||
exts.append( Extension('_hotshot', ['_hotshot.c']) )
|
||||
exts.append( Extension('_weakref', ['_weakref.c']) )
|
||||
exts.append( Extension('_symtable', ['symtablemodule.c']) )
|
||||
exts.append( Extension('xreadlines', ['xreadlinesmodule.c']) )
|
||||
|
|
Loading…
Reference in New Issue