diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-18 07:59:06 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-18 07:59:06 -0800 |
commit | 56b65a54cb92d2d4a34535f71dbae08d758d3fc3 (patch) | |
tree | 0220d27388eab38587a8fd12140552e0ce513435 /tools/emconfiguren.py | |
parent | e77d99dac0b1ba58c773b4b8c7d8a223ad008624 (diff) | |
parent | 47bc8ba2c47c67d8824c2b7bf35195a079cbed7c (diff) |
Merge branch 'incoming'
Diffstat (limited to 'tools/emconfiguren.py')
-rwxr-xr-x | tools/emconfiguren.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/emconfiguren.py b/tools/emconfiguren.py index 28cb6366..4987fbbd 100755 --- a/tools/emconfiguren.py +++ b/tools/emconfiguren.py @@ -1,6 +1,6 @@ #!/usr/bin/env python -#raise Exception('emconfiguren is deprecated!') +raise Exception('emconfiguren is deprecated! use "emconfigure" (no "n")') ''' This is a helper script for emmaken.py. See docs in that file for more info. |