Port all imports to python3

This commit is contained in:
Daniel Martí 2016-01-04 17:37:35 +01:00
parent 11b8b1ca4f
commit 920ae4692f
17 changed files with 45 additions and 42 deletions

View file

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