~rainct/webboard/dev

« back to all changes in this revision

Viewing changes to src/webboard

  • Committer: Sebastian Heinlein
  • Date: 2006-03-12 10:35:02 UTC
  • Revision ID: sebastian.heinlein@web.de-20060312103502-384d4649f3f1e0f5
* fixed the webboard wrapper

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    sys.path.insert(0, "")
28
28
 
29
29
def main():
30
 
    history = WebBoardHistory()
31
30
    config = WebBoardConfig()
 
31
    history = WebBoardHistory(config)
32
32
    wb = WebBoard(config, history)
33
33
    config.add_notifier(wb.on_config_changed)
34
34
    del wb