source:
trunk/essentials/dev-lang/python/Demo/pdist/rcsclient.py@
3407
| Last change on this file since 3407 was 3225, checked in by , 19 years ago | |
|---|---|
| File size: 1.8 KB | |
| Line | |
|---|---|
| 1 | """Customize this file to change the default client etc. |
| 2 | |
| 3 | (In general, it is probably be better to make local operation the |
| 4 | default and to require something like an RCSSERVER environment |
| 5 | variable to enable remote operation.) |
| 6 | |
| 7 | """ |
| 8 | |
| 9 | import string |
| 10 | import os |
| 11 | |
| 12 | # These defaults don't belong here -- they should be taken from the |
| 13 | # environment or from a hidden file in the current directory |
