Whoops, we need datetime imported.

This commit is contained in:
Raoul Snyman 2013-01-21 15:16:41 +02:00
parent d1bd72a508
commit d5bb154354
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
Package to test the openlp.core.lib package.
"""
from unittest import TestCase
from datetime import datetime
from mock import MagicMock, patch