summaryrefslogtreecommitdiffstats
path: root/python/pygoocanvas/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pygoocanvas/README')
-rw-r--r--python/pygoocanvas/README8
1 files changed, 0 insertions, 8 deletions
diff --git a/python/pygoocanvas/README b/python/pygoocanvas/README
deleted file mode 100644
index 5c44f2fc5c..0000000000
--- a/python/pygoocanvas/README
+++ /dev/null
@@ -1,8 +0,0 @@
-pygoocanvas (python bindings for GooCanvas)
-
-GooCanvas is a new canvas widget for GTK+ that uses the cairo 2D library
-for drawing. It has a model/view split, and uses interfaces for canvas
-items and views, so you can easily turn any application object into
-canvas items.
-
-This package contains Python bindings for GooCanvas.