diff options
author | 2014-07-14 22:10:22 +0200 | |
---|---|---|
committer | 2014-07-14 22:10:22 +0200 | |
commit | d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa (patch) | |
tree | 7a5a21afbc7b193abdc8bfefc6fd21c12862b1b6 /pavement.py | |
parent | fs_bsize support (diff) | |
download | pyload-d3d11d25ab5bd2ffa2432aa4d4315d8415a265aa.tar.xz |
Added missing shebangs, removed unnecessary ones
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py index 3f8d61d75..9dd09d873 100644 --- a/pavement.py +++ b/pavement.py @@ -1,3 +1,4 @@ +#!/usr/bin/env python # -*- coding: utf-8 -*- from paver.easy import * @@ -206,7 +207,7 @@ def compile_js(): @task def generate_locale(): - """ Generates localisation files """ + """ Generates localization files """ EXCLUDE = ["BeautifulSoup.py", "module/cli", "web/locale", "web/ajax", "web/cnl", "web/pyload", "setup.py"] |