From fca5ea6ece9bcbf84cc71bcf883948e73c96a92c Mon Sep 17 00:00:00 2001 From: Chris Drake Date: Sun, 4 May 2014 18:35:28 -0700 Subject: [PATCH] Get rid of unused import --- misc/ninja_syntax.py | 1 - 1 file changed, 1 deletion(-) diff --git a/misc/ninja_syntax.py b/misc/ninja_syntax.py index 32dbefbe..14b932ff 100644 --- a/misc/ninja_syntax.py +++ b/misc/ninja_syntax.py @@ -8,7 +8,6 @@ use Python. """ import textwrap -import re def escape_path(word): return word.replace('$ ', '$$ ').replace(' ', '$ ').replace(':', '$:')