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
2011-11-05 21:13:15 +01:00

6 lines
177 B
Python

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)