pacifica / pacifica-cartd

Pacifica CartData used for packaging then distributing data from the archive
GNU Lesser General Public License v3.0
0 stars 5 forks source link

Move all global env access to the config module. #38

Closed dmlb2000 closed 6 years ago

dmlb2000 commented 6 years ago

Description

This moves all the getenv references in globals.py to config options in config.py. This allows all the configuration of cart to be set in the config file entirely.

Signed-off-by: David Brown dmlb2000@gmail.com

Issues Resolved

fix #39

Check List