Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/sugar/chat/sketchpad
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2006-05-22 04:18:33 (GMT)
committer Marco Pesenti Gritti <mpg@redhat.com>2006-05-22 04:18:33 (GMT)
commitcbae21b487b481ead4c1ff21b195a578d6ecca55 (patch)
tree9b31c395c4f92928416d8249e4f196f408363a85 /sugar/chat/sketchpad
parente4cad71b56825874f1c705014d202a5887cdbfea (diff)
Add an .hgignore file so that I stop to forget
Diffstat (limited to 'sugar/chat/sketchpad')
-rw-r--r--sugar/chat/sketchpad/Makefile.am7
1 files changed, 7 insertions, 0 deletions
diff --git a/sugar/chat/sketchpad/Makefile.am b/sugar/chat/sketchpad/Makefile.am
new file mode 100644
index 0000000..c831692
--- /dev/null
+++ b/sugar/chat/sketchpad/Makefile.am
@@ -0,0 +1,7 @@
+sugardir = $(pythondir)/sugar/chat/sketchpad
+sugar_PYTHON = \
+ __init__.py \
+ Sketch.py \
+ SketchPad.py \
+ SVGdraw.py \
+ Toolbox.py