aboutsummaryrefslogtreecommitdiff
blob: 2619ee058570900c057da4d843c470a60233bf90 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#!/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()