From 74aa9dfea857af2c376c83f76af577e482a97fc7 Mon Sep 17 00:00:00 2001 From: "Adam D. Barratt" Date: Mon, 21 Nov 2011 19:23:06 +0000 Subject: [PATCH] Switch to using Python 2.6 Simply updating the include in britney-py.c, rebuilding and changing the shebang of britney.py appears to be enough to make the switch in my tests, so we just do that for now at least. Signed-off-by: Adam D. Barratt --- britney.py | 2 +- lib/britney-py.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/britney.py b/britney.py index a85705b..055cc06 100755 --- a/britney.py +++ b/britney.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.5 -u +#!/usr/bin/python2.6 -u # -*- coding: utf-8 -*- # Copyright (C) 2001-2008 Anthony Towns diff --git a/lib/britney-py.c b/lib/britney-py.c index 69de370..bd176a3 100644 --- a/lib/britney-py.c +++ b/lib/britney-py.c @@ -1,4 +1,4 @@ -#include +#include #include "dpkg.h"