diff options
| author | 2013-11-20 16:58:53 -0300 | |
|---|---|---|
| committer | 2013-11-20 16:58:53 -0300 | |
| commit | ed33084d9bea84671449058af94a6e80dee714ba (patch) | |
| tree | 8eee6e23cf8cac17bd31117a4839d3fd01a12249 /nikola/plugins/command/console.plugin | |
| parent | 6fb711e4ada5214f5923a81106176a257d1550a3 (diff) | |
| parent | ca94afc07df55cb7fc6fe3b4f3011877b7881195 (diff) | |
Merge tag 'upstream/6.2.1'
Upstream version 6.2.1
Diffstat (limited to 'nikola/plugins/command/console.plugin')
| -rw-r--r-- | nikola/plugins/command/console.plugin | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/nikola/plugins/command/console.plugin b/nikola/plugins/command/console.plugin new file mode 100644 index 0000000..a2be9ca --- /dev/null +++ b/nikola/plugins/command/console.plugin @@ -0,0 +1,9 @@ +[Core] +Name = console +Module = console + +[Documentation] +Author = Roberto Alsina +Version = 0.1 +Website = http://getnikola.com +Description = Start a debugging python console |
