mirror of
https://github.com/f-droid/fdroidserver.git
synced 2026-03-14 13:01:59 -04:00
Fixed exception handling in checkupdates command
This commit is contained in:
@@ -24,8 +24,11 @@ import re
|
||||
import urllib
|
||||
import time
|
||||
from optparse import OptionParser
|
||||
import traceback
|
||||
import HTMLParser
|
||||
import common
|
||||
from common import BuildException
|
||||
from common import VCSException
|
||||
|
||||
|
||||
# Check for a new version by looking at the AndroidManifest.xml at the HEAD
|
||||
|
||||
Reference in New Issue
Block a user