diff options
Diffstat (limited to 'geneticone/constants.py')
-rw-r--r-- | geneticone/constants.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/geneticone/constants.py b/geneticone/constants.py index 1e4fc6b..9424036 100644 --- a/geneticone/constants.py +++ b/geneticone/constants.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # -# File: geneticone/constants.py -# This file is part of the Genetic/One-Project, a graphical portage-frontend. +# File: portato/constants.py +# This file is part of the Portato-Project, a graphical portage-frontend. # # Copyright (C) 2006 René 'Necoro' Neumann # This is free software. You may redistribute copies of it under the terms of @@ -10,8 +10,8 @@ # # Written by René 'Necoro' Neumann <necoro@necoro.net> -CONFIG_DIR = "/etc/geneticone/" -CONFIG_LOCATION = CONFIG_DIR+"geneticone.cfg" +CONFIG_DIR = "/etc/portato/" +CONFIG_LOCATION = CONFIG_DIR+"portato.cfg" -DATA_DIR = "geneticone/gui/gtk/glade/" +DATA_DIR = "portato/gui/gtk/glade/" VERSION = 9999 |