Package up2date_client :: Module pkgplatform
[hide private]
[frames] | no frames]

Source Code for Module up2date_client.pkgplatform

 1  # Client code for Update Agent 
 2  # Copyright (c) 2011--2012 Red Hat, Inc.  Distributed under GPLv2. 
 3  # 
 4  # Author: Simon Lukasik 
 5  # 
 6   
 7  # substituted to the prefered platfrom by Makefile 
 8  _platform='@PLATFORM@' 
9 -def getPlatform():
10 if _platform != '@PLAT' + 'FORM@': 11 return _platform 12 else: 13 return 'rpm'
14