Add missing import.

This commit is contained in:
Tomas Groth 2016-02-15 22:11:38 +01:00
parent 4c883c8cf0
commit 034344ae48

View File

@ -28,6 +28,7 @@ import logging
log = logging.getLogger(__name__)
log.debug('test_projectorsourceform loaded')
import os
import time
from unittest import TestCase
from PyQt5.QtWidgets import QDialog