Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Commit

Permalink
Add title to modules
Browse files Browse the repository at this point in the history
  • Loading branch information
SamWhited committed May 19, 2015
1 parent aaef85c commit 957aacb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rawkit/libraw.py
@@ -1,3 +1,7 @@
""":mod:`rawkit.libraw` --- Low-level libraw bindings
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"""

from ctypes import * # noqa


Expand Down
4 changes: 4 additions & 0 deletions rawkit/raw.py
@@ -1,3 +1,7 @@
""":mod:`rawkit.raw` --- High-level raw file API
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
"""

from rawkit.libraw import libraw


Expand Down

0 comments on commit 957aacb

Please sign in to comment.