]> www.dolda2000.com Git - wrw.git/commitdiff
Merge branch 'master' into python3
authorFredrik Tolf <fredrik@dolda2000.com>
Thu, 5 Jul 2012 03:19:40 +0000 (05:19 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Thu, 5 Jul 2012 03:19:40 +0000 (05:19 +0200)
Conflicts:
wrw/wmako.py

1  2 
wrw/wmako.py

diff --cc wrw/wmako.py
index 817233dfeb12f7b4be6e12247759b18465e13cd0,491d8b3e78209ff7cf18a50ef085fb277677a38f..42619389cc1a87606e4dd8d86e0fdcc9f0af17da
@@@ -1,6 -1,6 +1,6 @@@
  import os, threading
  from mako import template, lookup, filters
- from . import util, form, session
 -import util, form, session, env
++from . import util, form, session, env
  
  # It seems Mako isn't thread-safe.
  makolock = threading.Lock()