Skip to content

Commit

Permalink
Import selected functions in to the top level module
Browse files Browse the repository at this point in the history
  • Loading branch information
fitzgen committed Oct 31, 2010
1 parent 9253419 commit d1565a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pycco/__init__.py
@@ -0,0 +1,3 @@
from .main import *

__all__ = ("process",)
2 changes: 2 additions & 0 deletions pycco/main.py
@@ -1,5 +1,7 @@
#!/usr/bin/env python

__all__ = ("process",)

# **Pycco** is a Python port of [Docco](http://jashkenas.github.com/docco/ ):
# the original quick-and-dirty, hundred-line-long, literate-programming-style
# documentation generator. It produces HTML that displays your comments
Expand Down

0 comments on commit d1565a4

Please sign in to comment.