doc catise

Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
Mattias Andrée 2014-02-03 19:54:39 +01:00
parent 389e00a897
commit d21936c8c4

View file

@ -1,6 +1,11 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Pipe the content of a pony file to this script to make the printed
# information easier to read. This is intended for inspection pony
# files in greater detail than using it in ponysay.
comment = False
while True:
line = None