From ee9bb6c002c21803f36415cebea0ce2cfe5135b5 Mon Sep 17 00:00:00 2001 From: Colin Watson Date: Mon, 22 Oct 2012 13:43:51 +0100 Subject: [PATCH] Python 2.6 -> 2.7 --- INSTALL | 6 +++--- britney.py | 2 +- lib/britney-py.c | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/INSTALL b/INSTALL index feee581..b27457b 100644 --- a/INSTALL +++ b/INSTALL @@ -4,9 +4,9 @@ INSTALL for britney v2.0 Requirements: ------------- - * Python 2.6 aptitude install python2.6 - * Python APT/DPKG bindings aptitude install python2.6-apt libapt-pkg-dev dpkg-dev - * Python dev headers aptitude install python2.6-dev + * Python 2.7 aptitude install python2.7 + * Python APT/DPKG bindings aptitude install python2.7-apt libapt-pkg-dev dpkg-dev + * Python dev headers aptitude install python2.7-dev Compiling: ---------- diff --git a/britney.py b/britney.py index 5205f64..4c633c7 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"