From: Lei Yang <[email protected]> Signed-off-by: Lei Yang <[email protected]> --- crontab/crontab.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/crontab/crontab.py b/crontab/crontab.py index 6332109..1462f11 100755 --- a/crontab/crontab.py +++ b/crontab/crontab.py @@ -1,4 +1,4 @@ -#!/bin/python +#!/usr/bin/python import os, shutil, glob, logging from autotest.client import test, utils from autotest.client.shared import error -- 1.7.9.5 _______________________________________________ Virt-test-devel mailing list [email protected] https://www.redhat.com/mailman/listinfo/virt-test-devel
