hgbook

diff web/texpand.py @ 1114:527b86d55d4a

inotify: update installation information

inotify is shipped in Mercurial since 1.0, which greatly simplifies the installation process
author Nicolas Dumazet <nicdumz.commits@gmail.com>
date Sun Dec 13 16:35:56 2009 +0900 (2009-12-13)
parents ad304b606163
children
line diff
     1.1 --- a/web/texpand.py	Tue Mar 10 21:42:19 2009 -0700
     1.2 +++ b/web/texpand.py	Sun Dec 13 16:35:56 2009 +0900
     1.3 @@ -7,7 +7,7 @@
     1.4  from django.template import Context, TemplateDoesNotExist
     1.5  from django.template.loader import get_template, get_template_from_string
     1.6  from django.core.management import setup_environ
     1.7 -import rwh.settings as settings
     1.8 +import hgbook.settings as settings
     1.9  import sys
    1.10  
    1.11  setup_environ(settings)