Added a fake plugin __builtin__ for builtin functionality

This commit is contained in:
Egil Moeller 2012-02-24 20:21:52 +01:00
parent 441fd2f8eb
commit ee40b23cfc
2 changed files with 12 additions and 1 deletions

6
pluginomatic.json Normal file
View file

@ -0,0 +1,6 @@
{
"parts": [{
"name": "__builtin__",
"hooks": {}
}]
}