Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/creactivistore/_templates/lib/server/__init__.py
diff options
context:
space:
mode:
authorflorent <florent.pigout@gmail.com>2011-09-12 08:13:38 (GMT)
committer florent <florent.pigout@gmail.com>2011-09-12 08:13:38 (GMT)
commit1211310e0363e41b2479cd2dbcc5c6b8dee42f54 (patch)
treece81216969347ddfc9a8c050b654c99a1d76d6a9 /creactivistore/_templates/lib/server/__init__.py
parent7cc16a4469c6dc40ea4c18eb302df41f3802c14e (diff)
add template for triplestore web based project
Diffstat (limited to 'creactivistore/_templates/lib/server/__init__.py')
-rw-r--r--creactivistore/_templates/lib/server/__init__.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/creactivistore/_templates/lib/server/__init__.py b/creactivistore/_templates/lib/server/__init__.py
new file mode 100644
index 0000000..06b0b1d
--- /dev/null
+++ b/creactivistore/_templates/lib/server/__init__.py
@@ -0,0 +1,4 @@
+# server import
+from server._server import Server
+# ..
+from server.flask import BUNDLE, ROOT