Converted macros to Python 3.0 with 2to3
[geekigeeki.git] / macros / Include.py
1 def _macro_Include(argv):
2     Page(argv[1]).send_naked()
3     return ''