From 311822d355e4b3c1a2341f6ca430d37ec6b2346d Mon Sep 17 00:00:00 2001 From: James Lu Date: Fri, 6 May 2016 21:20:44 -0700 Subject: [PATCH] Add Replacer.py migration stub (#51) --- Replacer.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 Replacer.py diff --git a/Replacer.py b/Replacer.py new file mode 100644 index 0000000..4f68b0c --- /dev/null +++ b/Replacer.py @@ -0,0 +1 @@ +raise ImportError("The Replacer plugin has renamed to SedRegex. Please use that instead.")