summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornoah <noah@656d521f-e311-0410-88e0-e7920216d269>2008-08-18 22:23:56 +0000
committernoah <noah@656d521f-e311-0410-88e0-e7920216d269>2008-08-18 22:23:56 +0000
commit66cdac291647a3a665c4b10e4a90241c0378a1e2 (patch)
treeba3c7317029a23fcb2da7578b173390640e05106
parentca638b0e7f214273edcdc0fe9b319e6aca922763 (diff)
downloadpexpect-66cdac291647a3a665c4b10e4a90241c0378a1e2.tar.gz
This is looking a little old now.
git-svn-id: http://pexpect.svn.sourceforge.net/svnroot/pexpect/trunk@517 656d521f-e311-0410-88e0-e7920216d269
-rwxr-xr-xpexpect/examples/rippy.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/pexpect/examples/rippy.py b/pexpect/examples/rippy.py
index a5531ef..e0197bd 100755
--- a/pexpect/examples/rippy.py
+++ b/pexpect/examples/rippy.py
@@ -99,8 +99,8 @@ prompts_key_order = (
'video_bitrate',
'video_bitrate_overhead',
'video_target_size',
-'video_crop_area',
'video_deinterlace_flag',
+'video_crop_area',
'video_gray_flag',
'subtitle_id',
'audio_id',
@@ -746,6 +746,7 @@ def delete_tmp_files (audio_raw_filename, verbose_flag=0, dry_run_flag=0):
# This is the interactive Q&A that is used if a conf file was not given.
##############################################################################
def interactive_convert ():
+
global prompts, prompts_key_order
print globals()['__doc__']