diff options
| author | 2013-01-02 08:35:04 -0300 | |
|---|---|---|
| committer | 2013-01-02 08:35:04 -0300 | |
| commit | 214c04b48f04b076de8b77d5de1527a238c2c0df (patch) | |
| tree | 2ac0e84b6754e52fd1c027cec96ee617af329254 /nikola/plugins/command_console.plugin | |
| parent | 95c366613df0167712d9682a4277c7e74cd96d45 (diff) | |
| parent | 9c5708cc92af894e414bc76ee35ec2230de5d288 (diff) | |
Merge tag 'upstream/5.1'
Upstream version 5.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..003b994 --- /dev/null +++ b/nikola/plugins/command_console.plugin @@ -0,0 +1,9 @@ +[Core] +Name = console +Module = command_console + +[Documentation] +Author = Roberto Alsina +Version = 0.1 +Website = http://nikola.ralsina.com.ar +Description = Start a debugging python console |
