ctrochalakis /
tx-submissions
(http://transifex.org/)
fork of transifex
GSoC '08: Introducing a new transifex submission system, an api and a command line client
Clone URL : http://bitbucket.org/ctrochalakis/tx-submissions/ (size: 1.4 MB)
| commit 438: | a6be83e3cabc |
| parent 437: | 0a575cfd136d |
| branch: | default |
minor: respect interfaces
Changed (Δ2 bytes):
raw changeset »
transifex/submissions/__init__.py (1 lines added, 1 lines removed)
Up to file-list transifex/submissions/__init__.py:
| … | … | @@ -78,7 +78,7 @@ class SResource(): |
78 |
78 |
Return valid module filenames |
79 |
79 |
""" |
80 |
80 |
module_files = [] |
81 |
for rel_root, dirs, files in self. |
|
81 |
for rel_root, dirs, files in self.browser.walk(): |
|
82 |
82 |
for filename in files: |
83 |
83 |
filename = os.path.join(rel_root, filename) |
84 |
84 |
