Changeset 791


Ignore:
Timestamp:
Sep 2, 2009, 3:37:29 PM (15 years ago)
Author:
joergs
Message:

added comment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kde/kreadconfig/kreadconfig.py

    • Property svn:keywords set to Id
    r790 r791  
    11#!/usr/bin/env python
    22# -*- coding: utf-8 -*-
     3
     4"""
     5kreadconfig.py dumps KDE configuration files.
     6It is usefull for debugging KDE Kiosks settings,
     7where multiple config files are merged into the final configuration. 
     8
     9The directory hierarchie for config files
     10is based on the KDEDIRS environment variable
     11and can be made visible by  the command
     12kde4-config --path config
     13
     14kreadconfig has a similiar purpose,
     15but is limited to a single value
     16"""
     17
     18# $Id$
    319
    420import sys
Note: See TracChangeset for help on using the changeset viewer.