Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
Lego_Robots
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Matthew Baxter
Lego_Robots
Commits
f5223140
Commit
f5223140
authored
May 14, 2018
by
Carl Hetherington
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some believed-unnecessary stuff.
parent
8d4d2cf6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
16 deletions
+0
-16
pathappend.py
pathappend.py
+0
-10
pathremove.py
pathremove.py
+0
-3
printpath.py
printpath.py
+0
-3
No files found.
pathappend.py
deleted
100644 → 0
View file @
8d4d2cf6
import
sys
print
(
sys
.
path
)
sys
.
path
.
insert
(
0
,
"/ev3script"
)
print
(
"AFTER"
)
print
(
sys
.
path
)
pathremove.py
deleted
100644 → 0
View file @
8d4d2cf6
import
sys
sys
.
path
.
remove
(
"/home/isaac/Documents/ev3script"
)
printpath.py
deleted
100644 → 0
View file @
8d4d2cf6
import
sys
print
(
sys
.
path
)
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