blob: 77b273b53e1cd8cc0d1ee33c4f9da543c40ca774 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#!/usr/bin/env python
#
# Copyright(c) 2004, Karl Trygve Kalleberg <karltk@gentoo.org>
# Copyright(c) 2004, Gentoo Foundation
#
# Licensed under the GNU General Public License, v2
from classpath import *
from output import *
if __name__ == "__main__":
print("This is not an executable module")
|