http://code.google.com/p/tovid/source/detail?r=3410
Modified:
/trunk/tovid/libtovid/util/__init__.py
=======================================
--- /trunk/tovid/libtovid/util/__init__.py Fri Jun 4 19:56:13 2010
+++ /trunk/tovid/libtovid/util/__init__.py Mon Dec 5 21:08:33 2011
@@ -250,7 +250,7 @@
"""Print a message and pause for the given number of seconds.
"""
print("Resuming in %s seconds..." % seconds)
- os.system('sleep %ss' % seconds)
+ os.system('sleep %s' % seconds)
def imagemagick_version():