From 00d9b7803559f1669e0dcc69657e70b895ca43a7 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Fri, 23 Mar 2012 18:41:25 -0700 Subject: [PATCH] Reinstate more complicated test. --- examples/limit.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/limit.py b/examples/limit.py index 736ab41..6babe7b 100755 --- a/examples/limit.py +++ b/examples/limit.py @@ -66,4 +66,5 @@ def verySimpleLimit( bw=150 ): if __name__ == '__main__': setLogLevel( 'info' ) - verySimpleLimit() + limit() +