make requested changes

This commit is contained in:
GawdOfROFL
2021-10-10 06:48:34 +05:30
parent 728309e7f8
commit 43667f0bae
4 changed files with 18 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ enum PycMagic {
MAGIC_3_7 = 0x0A0D0D42,
MAGIC_3_8 = 0x0A0D0D55,
MAGIC_3_9 = 0x0A0D0D61,
MAGIC_3_10 = 0x0A0D0D6F
MAGIC_3_10 = 0x0A0D0D6F,
};
class PycModule {