Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thirdparty/cairoplot-trunk/trunk/cairoplot/handlers/handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/cairoplot-trunk/trunk/cairoplot/handlers/handler.py')
-rwxr-xr-xthirdparty/cairoplot-trunk/trunk/cairoplot/handlers/handler.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/thirdparty/cairoplot-trunk/trunk/cairoplot/handlers/handler.py b/thirdparty/cairoplot-trunk/trunk/cairoplot/handlers/handler.py
deleted file mode 100755
index 0ec54a7..0000000
--- a/thirdparty/cairoplot-trunk/trunk/cairoplot/handlers/handler.py
+++ /dev/null
@@ -1,11 +0,0 @@
-
-class Handler(object):
- """Base class for all handlers."""
-
- def prepare(self, plot):
- pass
-
- def commit(self, plot):
- """All handlers need to finalize the cairo context."""
- plot.context.show_page()
-