Skip to content

Commit

Permalink
update to Py3
Browse files Browse the repository at this point in the history
  • Loading branch information
d9pouces committed Oct 1, 2017
1 parent 00f4f4e commit 36ef669
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions sphinxfolders/__init__.py
@@ -1,11 +1,11 @@
# coding=utf-8
"""Register all components of this extension"""

from nodes import FolderNode
from sphinxfolders.nodes import FolderNode
from sphinxfolders.directives import FolderDirective
from visitors import visit_folder_node, depart_folder_node
from sphinxfolders.visitors import visit_folder_node, depart_folder_node

__version__ = '1.0.2'
__version__ = '1.0.3'


def setup(app):
Expand Down

0 comments on commit 36ef669

Please sign in to comment.