Commit 1b82e6df authored by Gyanendra Mishra's avatar Gyanendra Mishra

cant use the wait for behavior

parent f840e8e6
......@@ -21,13 +21,4 @@ def path_dir(path):
def new_port_spec(number, protocol):
return struct(number = number, protocol = protocol)
def wait_for(duration):
now = time.now().unix
later = now + duration
while now < later:
now = time.now().unix
continue
return
return struct(number = number, protocol = protocol)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment