mirror of
https://github.com/SickGear/SickGear.git
synced 2024-11-15 09:25:04 +00:00
e56303798c
Initial SickGear for Python 3.
6 lines
225 B
JavaScript
6 lines
225 B
JavaScript
// run buildBabel in this folder to convert this code to python!
|
|
var babel = require("babel-core");
|
|
var babelPresetEs2015 = require("babel-preset-es2015");
|
|
|
|
Object.babelPresetEs2015 = babelPresetEs2015;
|
|
Object.babel = babel;
|