Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/genpolist.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2008-08-01 21:25:35 (GMT)
committer Nat <natcl@hotmail.com>2008-08-01 21:25:35 (GMT)
commit2b165333ab06b7d2e57cf7c3803dadfda99e8246 (patch)
tree848be0b04e8b2012a9de97a658b72ea3e441b927 /scripts/genpolist.py
parente39226288e3291e96e9cdcf72222e4bcf7983fe0 (diff)
new bundles
Diffstat (limited to 'scripts/genpolist.py')
-rw-r--r--scripts/genpolist.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/genpolist.py b/scripts/genpolist.py
index 558926f..9f23272 100644
--- a/scripts/genpolist.py
+++ b/scripts/genpolist.py
@@ -4,6 +4,6 @@ import os
activities = ['../' + rep for rep in os.listdir('../') if rep.endswith('activity')]
for activity in activities:
+ print activity
for f in sorted(os.listdir(os.path.join(activity,'po'))):
- print 'po/' + f
- \ No newline at end of file
+ print 'po/' + f \ No newline at end of file