repo.or.cz
/
chromium-blink-merge.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove obsolete entries from .gitignore.
[chromium-blink-merge.git]
/
third_party
/
cython
/
src
/
setupegg.py
blob
cf97861b3f9d8cee52167fef3d1f02db25655d95
1
#!/usr/bin/env python
2
"""Wrapper to run setup.py using setuptools."""
3
import
setuptools
4
execfile
(
'setup.py'
)