Changeset 791 for kde/kreadconfig
- Timestamp:
- Sep 2, 2009, 3:37:29 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kde/kreadconfig/kreadconfig.py
-
Property svn:keywords
set to
Id
r790 r791 1 1 #!/usr/bin/env python 2 2 # -*- coding: utf-8 -*- 3 4 """ 5 kreadconfig.py dumps KDE configuration files. 6 It is usefull for debugging KDE Kiosks settings, 7 where multiple config files are merged into the final configuration. 8 9 The directory hierarchie for config files 10 is based on the KDEDIRS environment variable 11 and can be made visible by the command 12 kde4-config --path config 13 14 kreadconfig has a similiar purpose, 15 but is limited to a single value 16 """ 17 18 # $Id$ 3 19 4 20 import sys -
Property svn:keywords
set to
Note:
See TracChangeset
for help on using the changeset viewer.