reorganise const.py to have logical grouping based on usage
authorFabian Groffen <grobian@gentoo.org>
Sat, 5 Sep 2009 10:53:44 +0000 (10:53 -0000)
committerFabian Groffen <grobian@gentoo.org>
Sat, 5 Sep 2009 10:53:44 +0000 (10:53 -0000)
commit73962c1a9b24b956aa65c9475ef485fec3d571db
tree24f45b24b284b94c2c8cf650c81eb3929347fb4b
parent75ff191248e8b9ecac0374c9b344672d92b25ec5
reorganise const.py to have logical grouping based on usage

grouped into use with config_root, target_root or nothing, made all
variables that are used with config_root or target_root not start with a
leading slash, such that they can be directly used with os.path.join
(which they should because of xxxx_root).

svn path=/main/trunk/; revision=14192
pym/portage/const.py