Browse Source

Merge pull request #263 from ftao/sphinx-improve

fix sphinx plugin typo bug
main
Jordi Llonch 9 years ago
parent
commit
0e84087103
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      hyde/ext/plugins/sphinx.py

+ 1
- 1
hyde/ext/plugins/sphinx.py View File

@@ -48,7 +48,7 @@ from hyde.plugin import Plugin
from hyde.model import Expando
from hyde.ext.plugins.meta import MetaPlugin as _MetaPlugin

from commado.util import getLoggerWithNullHandler
from commando.util import getLoggerWithNullHandler
from fswrap import File, Folder

logger = getLoggerWithNullHandler('hyde.ext.plugins.sphinx')


Loading…
Cancel
Save