1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-09-19 03:30:12 +02:00

Fixed exception handling in checkupdates command

This commit is contained in:
Ciaran Gultnieks 2012-04-19 10:57:12 +01:00
parent 29aca16dca
commit ee7dc908ae

View File

@ -24,8 +24,11 @@ import re
import urllib import urllib
import time import time
from optparse import OptionParser from optparse import OptionParser
import traceback
import HTMLParser import HTMLParser
import common import common
from common import BuildException
from common import VCSException
# Check for a new version by looking at the AndroidManifest.xml at the HEAD # Check for a new version by looking at the AndroidManifest.xml at the HEAD