Commit dd1baeba authored by Adam Blank's avatar Adam Blank
Browse files

Update __init__.py

parent f2f184bf
No related merge requests found
Pipeline #119741 failed with stage
in 0 seconds
Showing with 0 additions and 16 deletions
+0 -16
contents = None
with open("src/pulse.py", "r") as f:
contents = f.read().replace("import importlib", "import time").replace("time = importlib.import_module('time')", "")
with open("src/pulse.py", "w") as f:
f.write(contents)
contents = None
with open("src/prox_pulse.py", "r") as f:
contents = f.read().replace("import importlib", "import time").replace("time = importlib.import_module('time')", "")
with open("src/prox_pulse.py", "w") as f:
f.write(contents)
with open("src/__init__.py", "w") as f:
f.write("")
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