diff options
author | Alon Zakai <alonzakai@gmail.com> | 2011-12-17 12:07:44 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2011-12-17 12:07:44 -0800 |
commit | 0382c236cf9102abab29b68b37b0696a42ae3280 (patch) | |
tree | c5c977f0f997ecfac053ba3fcf4ede1e710ab9a5 /tools/emconfiguren.py | |
parent | e5d7fe031372fe3f17d6a7cc916b28d96250dd23 (diff) |
fix poppler test
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. |