Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/genpolist.py
diff options
context:
space:
mode:
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