summaryrefslogtreecommitdiffstats
path: root/pavement.py
diff options
context:
space:
mode:
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py3
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"]