From b901071e2ca24b3e1b2408c74c7242d00b951c9f Mon Sep 17 00:00:00 2001 From: David Date: Sun, 16 Nov 2014 10:39:50 -0500 Subject: [PATCH] Implment -> Implement --- test/test_importer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_importer.py b/test/test_importer.py index 4058e3ef6..110c4a967 100644 --- a/test/test_importer.py +++ b/test/test_importer.py @@ -382,7 +382,7 @@ class ImportRarTest(ImportZipTest): return os.path.join(_common.RSRC, 'archive.rar') -@unittest.skip('Implment me!') +@unittest.skip('Implement me!') class ImportPasswordRarTest(ImportZipTest): def create_archive(self):