Skip to content

Commit

Permalink
Remove the hack needed for importing _ast on App Engine, no longer …
Browse files Browse the repository at this point in the history
  • Loading branch information
cmlenz committed Oct 12, 2009
1 parent 8b600ec commit 140c613
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 107 deletions.
104 changes: 0 additions & 104 deletions genshi/template/astgae.py

This file was deleted.

3 changes: 0 additions & 3 deletions genshi/template/astutil.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
except ImportError:
from genshi.template.ast24 import _ast, parse
else:
if not hasattr(_ast, 'AST'):
from genshi.template.astgae import restore
restore(_ast)
def parse(source, mode):
return compile(source, '', mode, _ast.PyCF_ONLY_AST)

Expand Down

0 comments on commit 140c613

Please sign in to comment.