aboutsummaryrefslogtreecommitdiffstats
path: root/doc-src/transparent/index.py
diff options
context:
space:
mode:
Diffstat (limited to 'doc-src/transparent/index.py')
-rw-r--r--doc-src/transparent/index.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc-src/transparent/index.py b/doc-src/transparent/index.py
deleted file mode 100644
index 091b3471..00000000
--- a/doc-src/transparent/index.py
+++ /dev/null
@@ -1,6 +0,0 @@
-from countershape import Page
-
-pages = [
- Page("osx.html", "OSX"),
- Page("linux.html", "Linux"),
-]