Rename file

This commit is contained in:
Samuel Mehrbrodt 2014-06-09 11:08:27 +02:00
parent e424c33283
commit 6e9bba3a74
2 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ from .songproimport import SongProImport
from .sundayplusimport import SundayPlusImport
from .foilpresenterimport import FoilPresenterImport
from .zionworximport import ZionWorxImport
from .ppimport import ProPresenterImport
from .propresenterimport import ProPresenterImport
# Imports that might fail

View File

@ -27,7 +27,7 @@
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
###############################################################################
"""
The :mod:`ppimport` module provides the functionality for importing
The :mod:`propresenterimport` module provides the functionality for importing
ProPresenter song files into the current installation database.
"""