Ejemplo n.º 1
0
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.")
Ejemplo n.º 2
0
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.")
Ejemplo n.º 3
0
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.")