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

from .helpers import *
from . import buildproperties

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