Skip to content

Commit 13eed4f

Browse files
committed
extensioneasyblock: No need for apply_patch any longer
1 parent eab3bee commit 13eed4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

easybuild/framework/extensioneasyblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
from easybuild.framework.easyconfig import CUSTOM
3333
from easybuild.framework.extension import Extension
3434
from easybuild.tools.build_log import EasyBuildError
35-
from easybuild.tools.filetools import apply_patch, change_dir, extract_file
35+
from easybuild.tools.filetools import change_dir, extract_file
3636
from easybuild.tools.utilities import remove_unwanted_chars, trace_msg
3737

3838

0 commit comments

Comments
 (0)