diff options
| author | Georg Brandl <georg@python.org> | 2009-01-10 22:18:18 +0100 |
|---|---|---|
| committer | Georg Brandl <georg@python.org> | 2009-01-10 22:18:18 +0100 |
| commit | 6d564844e830c1faaf746460327bd14f3234171e (patch) | |
| tree | 5044c2146ca4b1756136040d0b4365685b0c4f84 /setup.py | |
| parent | ac92e5497ec6704b661ca3e7539ce2799fda2ef4 (diff) | |
| download | sphinx-6d564844e830c1faaf746460327bd14f3234171e.tar.gz | |
Fix more line length and trailing whitespace.
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -98,7 +98,8 @@ else: else: for locale in os.listdir(self.directory): po_file = os.path.join(self.directory, locale, - 'LC_MESSAGES', self.domain + '.po') + 'LC_MESSAGES', + self.domain + '.po') if os.path.exists(po_file): po_files.append((locale, po_file)) js_files.append(os.path.join(self.directory, locale, |
