diff options
Diffstat (limited to 'devel/py-cog/pkg-descr')
-rw-r--r-- | devel/py-cog/pkg-descr | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/devel/py-cog/pkg-descr b/devel/py-cog/pkg-descr deleted file mode 100644 index d4a7e188c832..000000000000 --- a/devel/py-cog/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -Cog transforms files in a very simple way: it finds chunks of Python code -embedded in them, executes the Python code, and inserts its output back into -the original file. The file can contain whatever text you like around the -Python code. It will usually be source code. |