Mercurial > p > roundup > code
diff demo.py @ 4069:a6fdaaa3a8bd
Move templates/ to share/roundup/templates/
| author | Stefan Seefeld <stefan@seefeld.name> |
|---|---|
| date | Mon, 23 Feb 2009 15:31:29 +0000 |
| parents | 483c3e335a54 |
| children | 10224418f88c |
line wrap: on
line diff
--- a/demo.py Mon Feb 23 14:30:32 2009 +0000 +++ b/demo.py Mon Feb 23 15:31:29 2009 +0000 @@ -127,7 +127,7 @@ backend = sys.argv[-2] else: backend = 'anydbm' - install_demo(home, backend, os.path.join('templates', 'classic')) + install_demo(home, backend, os.path.join('share', 'roundup', 'templates', 'classic')) run_demo(home) if __name__ == '__main__':
