diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-21 10:51:34 -0500 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2011-02-21 10:51:34 -0500 |
commit | 1936fc61ef6d61b32324fbdc1e49b44241473b62 (patch) | |
tree | 80169d80da55598dfc4ad33664edd82d51f1379d /mako/_ast_util.py | |
parent | 0c75b45911baa52d6a496f689c401102cd6a0b4a (diff) | |
download | external_python_mako-1936fc61ef6d61b32324fbdc1e49b44241473b62.tar.gz external_python_mako-1936fc61ef6d61b32324fbdc1e49b44241473b62.tar.bz2 external_python_mako-1936fc61ef6d61b32324fbdc1e49b44241473b62.zip |
- fix uncovered bug in FastEncodingBuffer
- misc cleanup
Diffstat (limited to 'mako/_ast_util.py')
-rw-r--r-- | mako/_ast_util.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mako/_ast_util.py b/mako/_ast_util.py index 41a40c4..9521ccb 100644 --- a/mako/_ast_util.py +++ b/mako/_ast_util.py @@ -4,7 +4,6 @@ # This module is part of Mako and is released under # the MIT License: http://www.opensource.org/licenses/mit-license.php -# -*- coding: utf-8 -*- """ ast ~~~ |