aboutsummaryrefslogtreecommitdiff
path: root/tools/emconfiguren.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/emconfiguren.py')
-rwxr-xr-xtools/emconfiguren.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/emconfiguren.py b/tools/emconfiguren.py
index 4987fbbd..2ea5669f 100755
--- a/tools/emconfiguren.py
+++ b/tools/emconfiguren.py
@@ -1,6 +1,7 @@
#!/usr/bin/env python
-raise Exception('emconfiguren is deprecated! use "emconfigure" (no "n")')
+import sys
+print >> sys.stderr, '\n\nemconfiguren.py is deprecated! use "emconfigure"\n\n'
'''
This is a helper script for emmaken.py. See docs in that file for more info.