Show More
@@ -161,7 +161,7 b' class convert_cvs(converter_source):' | |||
|
161 | 161 | |
|
162 | 162 | if not passw: |
|
163 | 163 | passw = "A" |
|
164 |
pf = open(os.path. |
|
|
164 | pf = open(os.path.expanduser("~/.cvspass")) | |
|
165 | 165 | for line in pf.read().splitlines(): |
|
166 | 166 | part1, part2 = line.split(' ', 1) |
|
167 | 167 | if part1 == '/1': |
General Comments 0
You need to be logged in to leave comments.
Login now