Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
cs1-25sp
project03
Commits
dd1baeba
Commit
dd1baeba
authored
1 month ago
by
Adam Blank
Browse files
Options
Download
Email Patches
Plain Diff
Update __init__.py
parent
f2f184bf
master
No related merge requests found
Pipeline
#119741
failed with stage
in 0 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/__init__.py
+0
-16
src/__init__.py
with
0 additions
and
16 deletions
+0
-16
src/__init__.py
View file @
dd1baeba
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
(
""
)
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help