Missed a line in commit.

This commit is contained in:
tBunnyMan 2012-08-23 13:13:41 -07:00
commit 95af2e46ec

View file

@ -6,6 +6,7 @@ import time
from pelican import utils
from .support import get_article, unittest
from pelican.utils import NoFilesError
class TestUtils(unittest.TestCase):