added blank line

This commit is contained in:
Andreas Preikschat 2011-06-01 07:46:34 +02:00
parent 4c81ac295d
commit 9a81e8dbe6
1 changed files with 1 additions and 0 deletions

View File

@ -28,6 +28,7 @@
The :mod:`importer` modules provides the general song import functionality. The :mod:`importer` modules provides the general song import functionality.
""" """
import logging import logging
from opensongimport import OpenSongImport from opensongimport import OpenSongImport
from easislidesimport import EasiSlidesImport from easislidesimport import EasiSlidesImport
from olpimport import OpenLPSongImport from olpimport import OpenLPSongImport