Skip to content

Commit

Permalink
delete file after checkin
Browse files Browse the repository at this point in the history
  • Loading branch information
gvanrossum committed Jun 23, 1995
1 parent 903afd0 commit bab4725
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Demo/pdist/RCSProxy.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
RCSProxyLocal -- used for local access
RCSProxyServer -- used on the server side of remote access
An additional class, RCSProxyClient, is defined in module rcsclient.
The corresponding client class, RCSProxyClient, is defined in module
rcsclient.
The remote classes are instantiated with an IP address and an optional
verbosity flag.
Expand Down Expand Up @@ -109,6 +110,7 @@ def put(self, name_rev, data, message=None):
f.write(data)
f.close()
self.checkin(name_rev, message)
self._remove(name)

def _list(self, function, list = None):
"""INTERNAL: apply FUNCTION to all files in LIST.
Expand Down

0 comments on commit bab4725

Please sign in to comment.