Added a small description to the lib module.

This commit is contained in:
Raoul Snyman 2009-09-08 22:03:39 +02:00
parent fb9914fb08
commit 1e7cd82103

View File

@ -22,6 +22,11 @@
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
###############################################################################
"""
The :mod:`lib` module contains most of the components and libraries that make
OpenLP work.
"""
import types
from PyQt4 import QtCore, QtGui