Migrate to python2.7

Signed-off-by: Niels Thykier <niels@thykier.net>
This commit is contained in:
Niels Thykier 2013-07-07 15:37:15 +02:00
parent 527d7f03e6
commit 1641706305
2 changed files with 2 additions and 2 deletions

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"