aboutsummaryrefslogtreecommitdiff
path: root/lib/compilers/python.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/compilers/python.js')
-rw-r--r--lib/compilers/python.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/compilers/python.js b/lib/compilers/python.js
index a35b34b5e..843024552 100644
--- a/lib/compilers/python.js
+++ b/lib/compilers/python.js
@@ -27,6 +27,7 @@ const BaseCompiler = require('../base-compiler'),
path = require('path');
class PythonCompiler extends BaseCompiler {
+ static get key() { return 'python'; }
constructor(compilerInfo, env) {
super(compilerInfo, env);