diff --git a/pisi/config.py b/pisi/config.py index 88f0b6d5..feb1de60 100644 --- a/pisi/config.py +++ b/pisi/config.py @@ -1,3 +1,10 @@ +# PISI Configuration module is used for gathering and providing +# regular PISI configurations. + +#TODO: Eventually PISI will have a configuration file (located in +#/etc/pisi/conf?) and this module will provide access to those +#configuration parameters. + from constants import const class Config(object):