mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
MetaDataException comes from metadata.py
This commit is contained in:
parent
67cc527bcb
commit
9f6f76c1ad
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ from xml.dom.minidom import Document
|
|||
from optparse import OptionParser
|
||||
import time
|
||||
import common, metadata
|
||||
from common import MetaDataException
|
||||
from metadata import MetaDataException
|
||||
from PIL import Image
|
||||
|
||||
def update_wiki(apps, apks):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue