Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorerick <erick@sugar-dev-erick.(none)>2009-12-02 20:47:16 (GMT)
committer erick <erick@sugar-dev-erick.(none)>2009-12-06 05:17:39 (GMT)
commit3acfd501e49250f3bd3dbf3dae5648aab4055be7 (patch)
tree92844ee791d7be8e027714e82654c90580f5da72
parent5e351e9103bf53e0efc22d6e292d2ff2a5f37127 (diff)
Forgot the contants.py file
-rw-r--r--tutorius/constants.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tutorius/constants.py b/tutorius/constants.py
new file mode 100644
index 0000000..377b4a5
--- /dev/null
+++ b/tutorius/constants.py
@@ -0,0 +1,2 @@
+TARGET_TYPE_WIDGET = 81
+WIDGET_ID = "widget"