mirror of
https://github.com/reactos/ninja.git
synced 2024-11-27 05:30:25 +00:00
Get rid of unused import
This commit is contained in:
parent
c5ee738460
commit
fca5ea6ece
@ -8,7 +8,6 @@ use Python.
|
||||
"""
|
||||
|
||||
import textwrap
|
||||
import re
|
||||
|
||||
def escape_path(word):
|
||||
return word.replace('$ ', '$$ ').replace(' ', '$ ').replace(':', '$:')
|
||||
|
Loading…
Reference in New Issue
Block a user