diff --git a/britney.py b/britney.py index 35cf400..bf910ce 100755 --- a/britney.py +++ b/britney.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python2.4 +#!/usr/bin/python2.4 # -*- coding: utf-8 -*- # Copyright (C) 2001-2008 Anthony Towns diff --git a/lib/britney-py.c b/lib/britney-py.c index f5be109..3a2b915 100644 --- a/lib/britney-py.c +++ b/lib/britney-py.c @@ -1,4 +1,6 @@ -#include +// XXX Please notify DSA once britney2 moves to Python2.5, so that +// they can uninstall python2.4-dev from ftp-master. +#include #include "dpkg.h"