korsygfhrtzangaiide
Elepffwdsff
/
usr
/
lib64
/
python2.7
/
Demo
/
pdist
/
Upload FileeE
HOME
� V �Qc @ s� d Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d l Z d d d � � YZ d e j e f d � � YZ d e e j f d � � YZ d � Z d � Z e d k r� e � n d S( s RCS Proxy. Provide a simplified interface on RCS files, locally or remotely. The functionality is geared towards implementing some sort of remote CVS like utility. It is modeled after the similar module FSProxy. The module defines two classes: RCSProxyLocal -- used for local access RCSProxyServer -- used on the server side of remote access The corresponding client class, RCSProxyClient, is defined in module rcsclient. The remote classes are instantiated with an IP address and an optional verbosity flag. i����Nt DirSupportc B se e Z d � Z d � Z d � Z d � Z d � Z d � Z d d � Z d � Z d � Z d � Z RS( c C s g | _ d S( N( t _dirstack( t self( ( s+ /usr/lib64/python2.7/Demo/pdist/RCSProxy.pyt __init__! s c C s | j � d S( N( t _close( R ( ( s+ /usr/lib64/python2.7/Demo/pdist/RCSProxy.pyt __del__$ s c C s x | j r | j � q Wd S( N( R t back( R ( ( s+ /usr/lib64/python2.7/Demo/pdist/RCSProxy.pyR '