diff options
author | Parabola <dev@list.parabolagnulinux.org> | 2011-09-14 05:40:17 -0700 |
---|---|---|
committer | Parabola <dev@list.parabolagnulinux.org> | 2011-09-14 05:40:17 -0700 |
commit | 756f1c3b8bb39c9932b04cea05adecb71553c982 (patch) | |
tree | ce844cfd34408bab48ddb6772a827eda00d9cf20 /clean_repo.py | |
parent | e9d0581b173853e647b36caa170b7c4bbee43643 (diff) |
Move to python2
Diffstat (limited to 'clean_repo.py')
-rwxr-xr-x | clean_repo.py | 4 |
1 files changed, 2 insertions, 2 deletions
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, |