Hacked By AnonymousFox

Current Path : /opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/toml/
Upload File :
Current File : //opt/alt/python27/lib/python2.7/site-packages/pip/_vendor/toml/common.py

# 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))

Hacked By AnonymousFox1.0, Coded By AnonymousFox