Bug fix: can't use octal literals in dictionary
This commit is contained in:
parent
c10679ba1c
commit
05da2def6e
1 changed files with 2 additions and 4 deletions
|
@ -20,10 +20,8 @@ compression_method_aes="C\x00"
|
|||
"\x05\x05KP"
|
||||
"\x05\x06KP"
|
||||
"PK\x06\x07\x00KP:\x04"
|
||||
" \004\000\000\000\000\302\262\000\000\000\303\256"
|
||||
"\302\267\302\240\302\240\302\240\302\240\302\240\302\240\302\240\000\000\000\000"
|
||||
"\342\226\221\000\000\000"
|
||||
"\374\377@."
|
||||
" \x04\x00\x00\x00\x00\xC2\xB2\x00\x00\x00\xC3\xCE"
|
||||
"\xFC\xFF@."
|
||||
"\x00\x00\x00\x00\x00\x00"
|
||||
"\x00\x00\x00\x00\x00\x00\x00"
|
||||
"\xFF\xFF\xFF\xFF\xFF\xFF"
|
||||
|
|
Loading…
Add table
Reference in a new issue