From 16417063052c31588d2af07455fa32caef566595 Mon Sep 17 00:00:00 2001 From: Niels Thykier Date: Sun, 7 Jul 2013 15:37:15 +0200 Subject: [PATCH] Migrate to python2.7 Signed-off-by: Niels Thykier --- britney.py | 2 +- lib/britney-py.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.py b/britney.py index fde5626..1d3a064 100755 --- a/britney.py +++ b/britney.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.6 -u +#!/usr/bin/python2.7 -u # -*- coding: utf-8 -*- # Copyright (C) 2001-2008 Anthony Towns diff --git a/lib/britney-py.c b/lib/britney-py.c index 5332a57..c2d9bf8 100644 --- a/lib/britney-py.c +++ b/lib/britney-py.c @@ -1,4 +1,4 @@ -#include +#include #include "dpkg.h"