remove unused function
This commit is contained in:
parent
be6e2c9097
commit
5547cc9c29
1 changed files with 0 additions and 6 deletions
|
@ -341,12 +341,6 @@ class CronTab(object):
|
||||||
result += '\n'
|
result += '\n'
|
||||||
return result
|
return result
|
||||||
|
|
||||||
def _read_file_execute(self):
|
|
||||||
"""
|
|
||||||
Returns the command line for reading a crontab
|
|
||||||
"""
|
|
||||||
return "%s -l %s" % (CRONCMD, self._user_execute())
|
|
||||||
|
|
||||||
def _read_user_execute(self):
|
def _read_user_execute(self):
|
||||||
"""
|
"""
|
||||||
Returns the command line for reading a crontab
|
Returns the command line for reading a crontab
|
||||||
|
|
Loading…
Reference in a new issue