Merge "Removed deprecation warning for waiting_until_true"

changes/47/392947/7
Jenkins 2016-11-08 20:16:40 +00:00 committed by Gerrit Code Review
commit 7c59522790
1 changed files with 0 additions and 5 deletions

View File

@ -294,11 +294,6 @@ def pid_invoked_with_cmdline(pid, expected_cmd):
return cmd_matches_expected(cmd, expected_cmd)
wait_until_true = debtcollector.moves.moved_function(
utils.wait_until_true, 'wait_until_true', __name__,
version='Newton', removal_version='Ocata')
def ensure_directory_exists_without_file(path):
dirname = os.path.dirname(path)
if os.path.isdir(dirname):