move config initialisation to gnuviechadmin.config
* data/dbrepo/versions/002.py use gnuviechadmin.config to read config (fixes #37) * move config initialization out of bin/gva to make it usable elsewhere * add config.py to egg-info
This commit is contained in:
parent
06e1e11a61
commit
33696436a0
6 changed files with 50 additions and 16 deletions
|
@ -1,6 +1,6 @@
|
|||
Metadata-Version: 1.0
|
||||
Name: gnuviechadmin
|
||||
Version: 0.1.dev-20090730
|
||||
Version: 0.1.dev-20090802
|
||||
Summary: gnuviechadmin server administration suite
|
||||
Home-page: http://www.gnuviech-server.de/projects/gnuviechadmin
|
||||
Author: Jan Dittberner
|
||||
|
|
|
@ -3,6 +3,7 @@ setup.py
|
|||
bin/gva
|
||||
bin/gvaserver
|
||||
gnuviechadmin/__init__.py
|
||||
gnuviechadmin/config.py
|
||||
gnuviechadmin/exceptions.py
|
||||
gnuviechadmin.egg-info/PKG-INFO
|
||||
gnuviechadmin.egg-info/SOURCES.txt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue