diff options
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() |