Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/thirdparty/cairoplot-trunk/trunk/cairoplot/handlers/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/cairoplot-trunk/trunk/cairoplot/handlers/__init__.py')
-rwxr-xr-xthirdparty/cairoplot-trunk/trunk/cairoplot/handlers/__init__.py10
1 files changed, 0 insertions, 10 deletions
diff --git a/thirdparty/cairoplot-trunk/trunk/cairoplot/handlers/__init__.py b/thirdparty/cairoplot-trunk/trunk/cairoplot/handlers/__init__.py
deleted file mode 100755
index 364fb90..0000000
--- a/thirdparty/cairoplot-trunk/trunk/cairoplot/handlers/__init__.py
+++ /dev/null
@@ -1,10 +0,0 @@
-__all__ = ["handler", "png", "pdf", "ps", "svg", "vector"]
-
-# default handlers
-from .handler import Handler
-from .png import PNGHandler
-from .pdf import PDFHandler
-from .ps import PSHandler
-from .svg import SVGHandler
-from .vector import VectorHandler
-