chiark / gitweb /
fixed pyflakes/pep warings
[fdroidserver.git] / tests / rewritemeta.TestCase
index ade5554858eb7aeb69624c7bd569581c2fd7201a..281913a296a637cd6eec132a6ef48af9fa03eb0b 100755 (executable)
@@ -4,11 +4,8 @@ import inspect
 import optparse
 import os
 import sys
-import shutil
 import unittest
-import yaml
 import tempfile
-import textwrap
 
 localmodule = os.path.realpath(
     os.path.join(os.path.dirname(inspect.getfile(inspect.currentframe())), '..'))