Remove unneeded import.

This commit is contained in:
Tomas Groth 2015-06-16 09:47:42 +02:00
parent aea6c424fc
commit 3b0b75e5b6
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ from openlp.core.common import is_win, Settings
if is_win():
from win32com.client import Dispatch
import win32com
import win32con
import winreg
import win32ui