Minor updates from chaos chimp

This commit is contained in:
mattbasta 2011-01-28 10:46:30 -05:00
Родитель 85fa2ec4d2
Коммит 867e61687f
3 изменённых файлов: 1 добавлений и 4 удалений

Просмотреть файл

@ -25,8 +25,7 @@ def _do_test(path, test, failure=True,
install_rdf = RDFParser(rdf_data)
err.save_resource("install_rdf", install_rdf)
if "chrome.manifest" in contents:
populate_chrome_manifest(err, contents, package)
populate_chrome_manifest(err, contents, package)
test(err, contents, package)

Просмотреть файл

@ -1,4 +1,3 @@
import os
from StringIO import StringIO
import textfilter

Просмотреть файл

@ -2,7 +2,6 @@ import json
import uuid
from StringIO import StringIO
from contextgenerator import ContextGenerator
from outputhandlers.shellcolors import OutputHandler
from textfilter import filter_ascii