diff options
Diffstat (limited to 'pym')
| -rwxr-xr-x | pym/gentoolkit/revdep_rebuild/revdep-rebuild.py | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/pym/gentoolkit/revdep_rebuild/revdep-rebuild.py b/pym/gentoolkit/revdep_rebuild/revdep-rebuild.py deleted file mode 100755 index 2619ee0..0000000 --- a/pym/gentoolkit/revdep_rebuild/revdep-rebuild.py +++ /dev/null @@ -1,17 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- - - -# Author: Sławomir Lis <lis.slawek@gmail.com> -# revdep-rebuild original author: Stanislav Brabec -# revdep-rebuild original rewrite Author: Michael A. Smith -# Current Maintainer: Paul Varner <fuzzyray@gentoo.org> - -# Creation date: 2010/10/17 -# License: BSD - -from rebuild import APP_NAME, VERSION, main - -if __name__ == '__main__': - # instead of revdep-rebuild.py call rebuild.py - main() |
