Removed unneeded imports of regex and regsub.
diff --git a/Lib/formatter.py b/Lib/formatter.py
index 25dbe73..504807d 100644
--- a/Lib/formatter.py
+++ b/Lib/formatter.py
@@ -1,5 +1,3 @@
-import regex
-import regsub
 import string
 import sys
 from types import StringType