chiark / gitweb /
Fix python headers in some source files
authorDaniel Martí <mvdan@mvdan.cc>
Mon, 4 Jan 2016 20:19:47 +0000 (21:19 +0100)
committerDaniel Martí <mvdan@mvdan.cc>
Fri, 11 Mar 2016 13:27:00 +0000 (13:27 +0000)
These were missing the python2 header, so they went under my radar when
doing the switch go python3.

fdroidserver/common.py
fdroidserver/metadata.py
fdroidserver/net.py

index 9bd85927c94e908d46eca27e0029b01904333d31..ce5179ce2a6a167cc0999c8bb98ddfd46e51f7f4 100644 (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
index 73b00f1d2b3f477622d731d16e927c3247fcdb69..ff0ef2e515b1a8976418876e07f116fca3399d3f 100644 (file)
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+#!/usr/bin/env python3
 #
 # metadata.py - part of the FDroid server tools
 # Copyright (C) 2013, Ciaran Gultnieks, ciaran@ciarang.com
index 42d7567dd0606bd90d163efd06b0255183dabab6..c5bf283c9f89ebedafe50bd8dbbd7a4cd9678b05 100644 (file)
@@ -1,4 +1,4 @@
-# -*- coding: utf-8 -*-
+#!/usr/bin/env python3
 #
 # net.py - part of the FDroid server tools
 # Copyright (C) 2015 Hans-Christoph Steiner <hans@eds.org>