summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.py10
1 files changed, 7 insertions, 3 deletions
diff --git a/setup.py b/setup.py
index ff07040..377a1c3 100644
--- a/setup.py
+++ b/setup.py
@@ -69,9 +69,13 @@ except IndexError:
pass
else:
sys.argv[speedups_pos] = '--with-debugsupport'
- print >> sys.stderr, 'the --with-speedups flag is deprecated'
- print >> sys.stderr, 'assuming --with-debugsupport'
- print >> sys.stderr, 'for speedups install MarkupSafe'
+ sys.stderr.write('*' * 74 + '\n')
+ sys.stderr.write('WARNING:\n')
+ sys.stderr.write(' the --with-speedups flag is deprecated, assuming '
+ '--with-debugsupport\n')
+ sys.stderr.write(' For the actual speedups install the MarkupSafe '
+ 'package.\n')
+ sys.stderr.write('*' * 74 + '\n')
setup(