Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
275fcb29
Commit
275fcb29
authored
Jun 08, 2011
by
kliment
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added pronterface
parent
31da9098
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
347 additions
and
1 deletion
+347
-1
pronsole.py
pronsole.py
+1
-1
pronterface.py
pronterface.py
+346
-0
No files found.
pronsole.py
View file @
275fcb29
...
...
@@ -192,7 +192,7 @@ class pronsole(cmd.Cmd):
if
not
(
os
.
path
.
exists
(
l
)):
print
"File not found!"
return
self
.
f
=
[
i
.
replace
(
"
\n
"
,
""
)
for
i
in
open
(
l
)]
self
.
f
=
[
i
.
replace
(
"
\n
"
,
""
)
.
replace
(
"
\r
"
,
""
)
for
i
in
open
(
l
)]
self
.
filename
=
l
print
"Loaded "
,
l
,
", "
,
len
(
self
.
f
),
" lines."
...
...
pronterface.py
0 → 100644
View file @
275fcb29
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