1 2 3 4 5 6 7
#!python import sys from g_common import g_common if __name__ == "__main__": sys.exit(g_common.main())