aboutsummaryrefslogtreecommitdiff
blob: d96be04d45bd83cf1b3afd86d30e738c04cbb675 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#! /usr/bin/python
#
# Copyright(c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org>
# Copyright(c) 2004, Gentoo Foundation
#
# Licensed under the GNU General Public License, v2
#
# $Header: $

from helpers import *
import buildproperties

if __name__ == "__main__":
	print "This is not an executable module"