blob: f40ce2e8321d3baae4a8d58d23fddac6994dc484 (
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")
|