Fixed typo and removed unused import

This commit is contained in:
Tomas Groth 2014-09-11 12:08:44 +02:00
parent 5c4be05fc1
commit 15624e20ef
2 changed files with 1 additions and 2 deletions

View File

@ -36,7 +36,6 @@ import logging
import os import os
import time import time
import queue import queue
import re
from PyQt4 import QtCore from PyQt4 import QtCore

View File

@ -85,7 +85,7 @@ class BibleFormat(object):
BibleFormat.CSV, BibleFormat.CSV,
BibleFormat.OpenSong, BibleFormat.OpenSong,
BibleFormat.WebDownload, BibleFormat.WebDownload,
BibleFormar.Zefania, BibleFormat.Zefania,
] ]