Changeset 705
- Timestamp:
- 04/23/06 21:05:24 (3 years ago)
- Files:
-
- accountmanagerplugin/trunk/acct_mgr/htfile.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
accountmanagerplugin/trunk/acct_mgr/htfile.py
r132 r705 75 75 written = False 76 76 if os.path.exists(filename): 77 for line in fileinput.input( filename, inplace=True):77 for line in fileinput.input(str(filename), inplace=True): 78 78 if line.startswith(prefix): 79 79 if not written and userline:
