py: Rename byte_code to bytecode everywhere.

bytecode is the more widely used.  See issue #590.
This commit is contained in:
Damien George
2014-05-10 10:36:38 +01:00
parent 6e8085b425
commit 3417bc2f25
13 changed files with 184 additions and 184 deletions

View File

@@ -61,7 +61,7 @@ Q(__del__)
Q(__call__)
Q(micropython)
Q(byte_code)
Q(bytecode)
Q(native)
Q(viper)
Q(const)