Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/jarabe/journal/journalentrybundle.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2011-02-10 20:05:42 (GMT)
committer Simon Schampijer <simon@schampijer.de>2011-02-10 20:05:42 (GMT)
commit37e027e391ab0c561f5d87fbb60871708c9f58af (patch)
tree01777222d8fbaba61c78674877fd903b8a9f2fde /src/jarabe/journal/journalentrybundle.py
parent72fafe0f52e5e9387fb0668c5e726151da51722c (diff)
Clean up the the mess introdueced by pootle that had an outdated repo
Diffstat (limited to 'src/jarabe/journal/journalentrybundle.py')
-rw-r--r--src/jarabe/journal/journalentrybundle.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/jarabe/journal/journalentrybundle.py b/src/jarabe/journal/journalentrybundle.py
index 9e68c06..41777c7 100644
--- a/src/jarabe/journal/journalentrybundle.py
+++ b/src/jarabe/journal/journalentrybundle.py
@@ -40,7 +40,7 @@ class JournalEntryBundle(Bundle):
def __init__(self, path):
Bundle.__init__(self, path)
- def install(self, install_path, uid=''):
+ def install(self, uid=''):
if os.environ.has_key('SUGAR_ACTIVITY_ROOT'):
install_dir = os.path.join(os.environ['SUGAR_ACTIVITY_ROOT'],
'data')