Mercurial > moin > 1.9
changeset 3029:9c12ceee3115
script.__init__: ToDo added (ported from 1.6)
author | Reimar Bauer <rb.proj AT googlemail DOT com> |
---|---|
date | Sun, 03 Feb 2008 18:01:50 +0100 |
parents | f2d239fbf544 |
children | a875b3c6dabc |
files | MoinMoin/script/__init__.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/MoinMoin/script/__init__.py Sun Feb 03 18:00:51 2008 +0100 +++ b/MoinMoin/script/__init__.py Sun Feb 03 18:01:50 2008 +0100 @@ -134,6 +134,7 @@ try: self.options, self.args = self.parser.parse_args(self.argv) flag_quiet = self.options.quiet + # ToDo check if we need to initialize request (self.init_request()) self.mainloop() except KeyboardInterrupt: log("*** Interrupted by user!")