summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Harring <ferringb@gentoo.org>2005-07-12 02:22:05 +0000
committerBrian Harring <ferringb@gentoo.org>2005-07-12 02:22:05 +0000
commit9013579c7df55a7b0edd5730fe2868585b359b83 (patch)
treefc6bce6bafa8bf1a9b9488f58aa9bb2788eb2941
parentbleh, forgot these. (diff)
downloadportage-cvs-9013579c7df55a7b0edd5730fe2868585b359b83.tar.gz
portage-cvs-9013579c7df55a7b0edd5730fe2868585b359b83.tar.bz2
portage-cvs-9013579c7df55a7b0edd5730fe2868585b359b83.zip
bad language makes kittens cry
-rw-r--r--portage/config/central.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/portage/config/central.py b/portage/config/central.py
index 813b99b..bd98df6 100644
--- a/portage/config/central.py
+++ b/portage/config/central.py
@@ -1,7 +1,7 @@
# Copyright: 2005 Gentoo Foundation
# Author(s): Brian Harring (ferringb@gentoo.org)
# License: GPL2
-# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/portage/config/central.py,v 1.1 2005/07/10 09:21:05 ferringb Exp $
+# $Header: /local/data/ulm/cvs/history/var/cvsroot/gentoo-src/portage/portage/config/central.py,v 1.2 2005/07/12 02:22:05 ferringb Exp $
import errors
from portage.const import CONF_DEFAULTS
@@ -16,7 +16,7 @@ class config:
self._cparser = cparser
self.type_handler = load_conf_definitions(conf_defaults)
self.type_conversions = {}
- # add auto exec shit
+ # add auto exec stuff goes here
# weakref .instantiated?
self.instantiated = {}
for t in self.type_handler: