Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorSimon Poirier <simpoir@Eridani.(none)>2009-09-11 17:58:52 (GMT)
committer Simon Poirier <simpoir@Eridani.(none)>2009-09-11 17:58:52 (GMT)
commit057b982d6e4b0d3bf2801ec87fd9430fa2774c0b (patch)
treed1f1b93128f441111f93a77c38bb87a8c62bf614 /setup.py
parent3ff36304e5a3c2aa6e4152e8c49c64b4833b3687 (diff)
fix the 'non working' upstream jhbuild by removing the (obsolete?) decorator import
Diffstat (limited to 'setup.py')
-rwxr-xr-xsetup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index 93471b5..4f0667d 100755
--- a/setup.py
+++ b/setup.py
@@ -81,6 +81,7 @@ setup(name='Tutorius',
'sugar.tutorius.addons',
'sugar.graphics',
'sugar.activity',
+ 'sugar',
],
package_dir={'sugar': 'toolkitfix',
'sugar.tutorius': 'tutorius',