Remove ConfigWriter.InitConfig
authorGuido Trotter <ultrotter@google.com>
Tue, 14 Jul 2009 15:47:03 +0000 (17:47 +0200)
committerGuido Trotter <ultrotter@google.com>
Tue, 14 Jul 2009 16:17:09 +0000 (18:17 +0200)
commite52019f7c89fb5cbc75d4f8cd5d37bb1ecc88cb7
tree7a5f8d4a2da1078b6fff4cc89f924d6a6553fdf6
parent48c8887b4355183b3ea4ebb9d9f366358cbdad23
Remove ConfigWriter.InitConfig

It's been replaced by a simpler bootstrap.InitConfig function, which
does the same job, and is currently unused.

Signed-off-by: Guido Trotter <ultrotter@google.com>
Reviewed-by: Iustin Pop <iustin@google.com>
lib/config.py