Tidied up some unused junk

This commit is contained in:
Ciaran Gultnieks 2013-10-31 15:46:32 +00:00
parent 94598a05f5
commit a762a0cb04
4 changed files with 3 additions and 14 deletions

View file

@ -21,7 +21,6 @@ import sys
import os
import traceback
from optparse import OptionParser
import HTMLParser
import common
from common import BuildException
from common import VCSException
@ -54,8 +53,6 @@ def main():
print "No such package"
sys.exit(1)
html_parser = HTMLParser.HTMLParser()
problems = []
build_dir = 'build'