From 756f1c3b8bb39c9932b04cea05adecb71553c982 Mon Sep 17 00:00:00 2001 From: Parabola Date: Wed, 14 Sep 2011 05:40:17 -0700 Subject: Move to python2 --- clean_repo.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'clean_repo.py') diff --git a/clean_repo.py b/clean_repo.py index cc8e811..076de60 100755 --- a/clean_repo.py +++ b/clean_repo.py @@ -1,6 +1,6 @@ -#! /usr/bin/python +#! /usr/bin/python2 #-*- encoding: utf-8 -*- -from repm.filter import * +from filter import * import argparse def mkpending(packages_iterable, pending_file, blacklisted_names, -- cgit v1.2.3-2-g168b