summaryrefslogtreecommitdiffstats
path: root/pavement.py
diff options
context:
space:
mode:
authorGravatar X3n0m0rph59 <X3n0m0rph59@googlemail.com> 2012-04-22 17:18:52 +0200
committerGravatar X3n0m0rph59 <X3n0m0rph59@googlemail.com> 2012-04-22 17:18:52 +0200
commited131ce9fba4b374586885999029d1743e9feefd (patch)
tree44434dba849be87f809194020032d0d6396d2953 /pavement.py
parentFixed spelling in the documentation (diff)
downloadpyload-ed131ce9fba4b374586885999029d1743e9feefd.tar.xz
Fixed spelling in the source
Diffstat (limited to 'pavement.py')
-rw-r--r--pavement.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pavement.py b/pavement.py
index ddb18afa4..da56fefbb 100644
--- a/pavement.py
+++ b/pavement.py
@@ -178,7 +178,7 @@ def sdist():
def thrift(options):
""" Generate Thrift stubs """
- print "add import for TApplicationException manually as long it is not fixed"
+ print "add import for TApplicationException manually as long as it is not fixed"
outdir = path("module") / "remote" / "thriftbackend"
(outdir / "gen-py").rmtree()