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

@ -17,8 +17,8 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
from argparse import ArgumentParser
import common
import metadata
from fdroidserver import common
from fdroidserver import metadata
def main():