Python 2.6 -> 2.7

This commit is contained in:
Colin Watson 2012-10-22 13:43:51 +01:00
parent 975852afca
commit ee9bb6c002
3 changed files with 5 additions and 5 deletions

View File

@ -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:
----------

View File

@ -1,4 +1,4 @@
#!/usr/bin/python2.6 -u
#!/usr/bin/python2.7 -u
# -*- coding: utf-8 -*-
# Copyright (C) 2001-2008 Anthony Towns <ajt@debian.org>

View File

@ -1,4 +1,4 @@
#include <python2.6/Python.h>
#include <python2.7/Python.h>
#include "dpkg.h"