summaryrefslogtreecommitdiffstats
path: root/funcweb/funcweb
diff options
context:
space:
mode:
authorLuke Macken <lmacken@redhat.com>2008-01-17 13:45:43 -0500
committerLuke Macken <lmacken@redhat.com>2008-01-17 13:45:43 -0500
commit49af9d04615179afcbe170c1920117d7d1078412 (patch)
tree09f78a1e3c1f4c770de1036c707d8329adbb1396 /funcweb/funcweb
parent97c21048ebfdcd205888c659393ae4e1f66de034 (diff)
downloadthird_party-func-49af9d04615179afcbe170c1920117d7d1078412.tar.gz
third_party-func-49af9d04615179afcbe170c1920117d7d1078412.tar.xz
third_party-func-49af9d04615179afcbe170c1920117d7d1078412.zip
Remove some unnecessary files from funcweb, and update our setup.py
Diffstat (limited to 'funcweb/funcweb')
-rw-r--r--funcweb/funcweb/json.py10
-rw-r--r--funcweb/funcweb/release.py14
2 files changed, 0 insertions, 24 deletions
diff --git a/funcweb/funcweb/json.py b/funcweb/funcweb/json.py
deleted file mode 100644
index 66d5cfb..0000000
--- a/funcweb/funcweb/json.py
+++ /dev/null
@@ -1,10 +0,0 @@
-# A JSON-based API(view) for your app.
-# Most rules would look like:
-# @jsonify.when("isinstance(obj, YourClass)")
-# def jsonify_yourclass(obj):
-# return [obj.val1, obj.val2]
-# @jsonify can convert your objects to following types:
-# lists, dicts, numbers and strings
-
-from turbojson.jsonify import jsonify
-
diff --git a/funcweb/funcweb/release.py b/funcweb/funcweb/release.py
deleted file mode 100644
index 94244db..0000000
--- a/funcweb/funcweb/release.py
+++ /dev/null
@@ -1,14 +0,0 @@
-# Release information about funcweb
-
-version = "1.0"
-
-# description = "Your plan to rule the world"
-# long_description = "More description about your plan"
-# author = "Your Name Here"
-# email = "YourEmail@YourDomain"
-# copyright = "Vintage 2006 - a good year indeed"
-
-# if it's open source, you might want to specify these
-# url = "http://yourcool.site/"
-# download_url = "http://yourcool.site/download"
-# license = "MIT"