Mark modules as STABLE/UNSTABLE/DEPRECATED.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
"""User settings/configuration loading"""
|
||||
# Copyright (C) 2006-2007, Red Hat, Inc.
|
||||
#
|
||||
# This library is free software; you can redistribute it and/or
|
||||
@@ -16,6 +15,11 @@
|
||||
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||
# Boston, MA 02111-1307, USA.
|
||||
|
||||
"""User settings/configuration loading.
|
||||
|
||||
DEPRECATED. We are using GConf now to store preferences.
|
||||
"""
|
||||
|
||||
import gconf
|
||||
import os
|
||||
import logging
|
||||
|
||||
Reference in New Issue
Block a user