mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-15 23:42:37 +03:00
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:
parent
24ad0418e3
commit
4e28fa78fc
3 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
# -*- coding: utf-8 -*-
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# common.py - part of the FDroid server tools
|
# common.py - part of the FDroid server tools
|
||||||
# Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com
|
# Copyright (C) 2010-13, Ciaran Gultnieks, ciaran@ciarang.com
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# -*- coding: utf-8 -*-
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# metadata.py - part of the FDroid server tools
|
# metadata.py - part of the FDroid server tools
|
||||||
# Copyright (C) 2013, Ciaran Gultnieks, ciaran@ciarang.com
|
# Copyright (C) 2013, Ciaran Gultnieks, ciaran@ciarang.com
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# -*- coding: utf-8 -*-
|
#!/usr/bin/env python3
|
||||||
#
|
#
|
||||||
# net.py - part of the FDroid server tools
|
# net.py - part of the FDroid server tools
|
||||||
# Copyright (C) 2015 Hans-Christoph Steiner <hans@eds.org>
|
# Copyright (C) 2015 Hans-Christoph Steiner <hans@eds.org>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue