Get readmeta and rewritemeta running under python3

This commit is contained in:
Daniel Martí 2016-01-04 17:11:39 +01:00
parent 832b1224b9
commit e829b0f9e7
2 changed files with 5 additions and 5 deletions

View file

@ -22,8 +22,8 @@ import os
import logging
import io
import common
import metadata
from fdroidserver import common
from fdroidserver import metadata
config = None
options = None
@ -81,7 +81,7 @@ def main():
if options.list:
if not proper_format(app):
print app.metadatapath
print(app.metadatapath)
continue
with open(base + '.' + to_ext, 'w') as f: