コード例 #1
0
ファイル: rhnreg_ks.py プロジェクト: NehaRawat/spacewalk
def showVersion():
        initCFG('web')
        print CFG.PRODUCT_NAME + " Registration Agent "\
              "(Kickstart Version) v%s" % rhnReg.version()
        print "Copyright (c) 1999-2002 Red Hat, Inc."
        print _("Licensed under terms of the GPL.")
コード例 #2
0
ファイル: rhnreg_ks.py プロジェクト: larkit-ian/spacewalk
def showVersion():
    initCFG('web')
    print CFG.PRODUCT_NAME + " Registration Agent "\
          "(Kickstart Version) v%s" % rhnReg.version()
    print "Copyright (c) 1999-2002 Red Hat, Inc."
    print _("Licensed under terms of the GPL.")
コード例 #3
0
ファイル: rhnreg_ks.py プロジェクト: bjmingyang/spacewalk
def showVersion():
        print "Red Hat Network Registration Agent "\
              "(Kickstart Version) v%s" % rhnReg.version()
        print "Copyright (c) 1999-2002 Red Hat, Inc."
        print _("Licensed under terms of the GPL.")