@@ -9,7 +9,7 @@ import hrld.test_imp
from django.http import HttpResponse
def myview(request):
- hrld.test_imp.run_hrld()
+ hrld.test_imp.run_hrld(2)
return HttpResponse("return this string")