diff options
author | X3n0m0rph59 <X3n0m0rph59@googlemail.com> | 2012-04-22 17:18:52 +0200 |
---|---|---|
committer | X3n0m0rph59 <X3n0m0rph59@googlemail.com> | 2012-04-22 17:18:52 +0200 |
commit | ed131ce9fba4b374586885999029d1743e9feefd (patch) | |
tree | 44434dba849be87f809194020032d0d6396d2953 /pavement.py | |
parent | Fixed spelling in the documentation (diff) | |
download | pyload-ed131ce9fba4b374586885999029d1743e9feefd.tar.xz |
Fixed spelling in the source
Diffstat (limited to 'pavement.py')
-rw-r--r-- | pavement.py | 2 |
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() |