Changeset 9974
- Timestamp:
- 07/21/08 19:29:49 (4 months ago)
- Files:
-
- 1 modified
-
trunk/src/common/helpers.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/common/helpers.py
r9971 r9974 880 880 elif path_to_file.endswith('lfs-release'): # file just has version 881 881 text = distro_name + ' ' + text 882 return text 882 return text.replace('\n', '') 883 883 884 884 # our last chance, ask uname and strip it
