DEBSOURCES
Skip Quicknav
sources / debmake-doc / 1.17-7 / examples / debhello-1.8_build-1 / step101.slog
12345678
$ cat debhello-1.8/scripts/hello #!/usr/bin/python3 import hello_py if __name__ == '__main__': hello_py.main()