| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/lib/python2.6/site-packages/yum/ |
Upload File : |
7Jc
@ s d d k Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k Z d d k Td d k l Z d d k
Z
d d d YZ d d d YZ d e f d YZ
d
d d YZ d d d
YZ d S( iN( t *( t _t NoOutputCallBackc B s5 e Z d Z d Z d Z d Z d Z RS( c C s d S( N( ( t self( ( s0 /usr/lib/python2.6/site-packages/yum/rpmtrans.pyt __init__ s c C s d S( s
@param package: A yum package object or simple string of a package name
@param action: A yum.constant transaction set state or in the obscure
rpm repackage case it could be the string 'repackaging'
@param te_current: current number of bytes processed in the transaction
element being processed
@param te_total: total number of bytes in the transaction element being
processed
@param ts_current: number of processes completed in whole transaction
@param ts_total: total number of processes in the transaction.
N( ( R t packaget actiont
te_currentt te_totalt
ts_currentt ts_total( ( s0 /usr/lib/python2.6/site-packages/yum/rpmtrans.pyt event"