Fix python headers in some source files

These were missing the python2 header, so they went under my radar when
doing the switch go python3.
This commit is contained in:
Daniel Martí 2016-01-04 21:19:47 +01:00
parent 24ad0418e3
commit 4e28fa78fc
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
# -*- coding: utf-8 -*-
#!/usr/bin/env python3
#
# common.py - part of the FDroid server tools
# Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com