mirror of
https://github.com/ninja-build/ninja.git
synced 2026-08-07 00:22:13 +00:00
Get rid of unused import
This commit is contained in:
@@ -8,7 +8,6 @@ use Python.
|
||||
"""
|
||||
|
||||
import textwrap
|
||||
import re
|
||||
|
||||
def escape_path(word):
|
||||
return word.replace('$ ', '$$ ').replace(' ', '$ ').replace(':', '$:')
|
||||
|
||||
Reference in New Issue
Block a user