summaryrefslogtreecommitdiff
path: root/plac/doc/example3.py
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2011-06-13 09:57:28 +0200
committerMichele Simionato <michele.simionato@gmail.com>2011-06-13 09:57:28 +0200
commit68e5691ddde6246cd22c7cc6e0b189f2b343e661 (patch)
treeafd0a525154b6540d048e039acea9db6da870e9a /plac/doc/example3.py
parent2c9a92feab665152a02a7482bff9d31bafa2996e (diff)
downloadmicheles-68e5691ddde6246cd22c7cc6e0b189f2b343e661.tar.gz
Removed the plac project, which now has its own page
Diffstat (limited to 'plac/doc/example3.py')
-rw-r--r--plac/doc/example3.py8
1 files changed, 0 insertions, 8 deletions
diff --git a/plac/doc/example3.py b/plac/doc/example3.py
deleted file mode 100644
index 979b1a4..0000000
--- a/plac/doc/example3.py
+++ /dev/null
@@ -1,8 +0,0 @@
-# example3.py
-def main(dsn):
- "Do something with the database"
- print(dsn)
- # ...
-
-if __name__ == '__main__':
- import plac; plac.call(main)