Tryag File Manager
Home
-
Turbo Force
Current Path :
/
usr
/
lib
/
python2.4
/
site-packages
/
rhsm
/
Upload File :
New :
File
Dir
//usr/lib/python2.4/site-packages/rhsm/utils.pyc
mς Wx[Uc @ s. d k Z d k Z d k Z d k l Z d k l Z d Z d Z d e f d YZ d e f d YZ d e f d YZ d e f d YZ d e f d YZ d e f d YZ d e f d YZ d e f d YZ d Z d Z d d d d d d Z d Z d S( N( s urlparse( s DEFAULT_PROXY_PORTc C s t i d | S( Nt rhsm( t gettextt ldgettextt x( R ( ( t. /usr/lib/python2.4/site-packages/rhsm/utils.pyt <lambda> s c C s t i d d | S( s' Remove the scheme component from a URI.s ^[A-Za-z][A-Za-z0-9+-.]*://t N( t ret subt uri( R ( ( R t remove_scheme s t ServerUrlParseErrorc B s t Z d d Z RS( Nc C s | | _ | | _ d S( N( t serverurlt selft msg( R R R ( ( R t __init__ s ( t __name__t __module__t NoneR ( ( ( R R s t ServerUrlParseErrorEmptyc B s t Z RS( N( R R ( ( ( R R $ s t ServerUrlParseErrorNonec B s t Z RS( N( R R ( ( ( R R ( s t ServerUrlParseErrorPortc B s t Z RS( N( R R ( ( ( R R , s t ServerUrlParseErrorPathc B s t Z RS( N( R R ( ( ( R R 0 s t ServerUrlParseErrorSchemec B s t Z RS( N( R R ( ( ( R R 4 s t ServerUrlParseErrorJustSchemec B s t Z RS( N( R R ( ( ( R R 8 s t UnsupportedOperationExceptionc B s t Z d Z RS( s€ Thrown when a call is made that is unsupported in the current state. For example, if a call is made to a deprecated API when a newer API is available. ( R R t __doc__( ( ( R R <