create emailer version 1
This commit is contained in:
6
env/Lib/site-packages/pip/_vendor/toml/common.py
vendored
Normal file
6
env/Lib/site-packages/pip/_vendor/toml/common.py
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
# content after the \
|
||||
escapes = ['0', 'b', 'f', 'n', 'r', 't', '"']
|
||||
# What it should be replaced by
|
||||
escapedchars = ['\0', '\b', '\f', '\n', '\r', '\t', '\"']
|
||||
# Used for substitution
|
||||
escape_to_escapedchars = dict(zip(_escapes, _escapedchars))
|
||||
Reference in New Issue
Block a user