1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-12 17:35:44 +00:00
borg/fake_pyrex/Pyrex/Distutils/build_ext.py

7 lines
177 B
Python
Raw Normal View History

2011-11-05 20:13:15 +00:00
from distutils.command.build_ext import build_ext
#
#def build_ext(*args, **kw):
# from distutils import build_ext as build_ext_orig
# return build_ext_orig(*args, **kw)