blob: 20432bd0875c2a4f7df8849f029719cbb45f4e92 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/usr/bin/env python
#
# Copyright(c) 2008, Gentoo Foundation
#
# Licensed under the GNU General Public License, v2
#
# $Header: $
if __name__ == "__main__":
print "This is not an executable module"
|