mirror of
https://github.com/borgbackup/borg.git
synced 2025-02-12 17:35:44 +00:00
6 lines
177 B
Python
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)
|
|
|