mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-06 07:20:29 +03:00
Tidied up some unused junk
This commit is contained in:
parent
94598a05f5
commit
a762a0cb04
4 changed files with 3 additions and 14 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue