mirror of
https://github.com/erkin/ponysay.git
synced 2024-11-22 04:27:58 +01:00
doc catise
Signed-off-by: Mattias Andrée <maandree@operamail.com>
This commit is contained in:
parent
389e00a897
commit
d21936c8c4
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue