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
24b7f978
Commit
24b7f978
authored
Aug 04, 2012
by
Guillaume Seguin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Correctly import printcore in pronsole and pronterface
parent
f008ba23
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
pronsole.py
pronsole.py
+1
-1
pronterface.py
pronterface.py
+2
-2
No files found.
pronsole.py
View file @
24b7f978
...
...
@@ -21,7 +21,7 @@ import sys, subprocess
import
math
,
codecs
from
math
import
sqrt
from
printrun
import
printcore
import
printcore
from
printrun.printrun_utils
import
install_locale
install_locale
(
'pronterface'
)
...
...
pronterface.py
View file @
24b7f978
...
...
@@ -42,8 +42,8 @@ if os.name=="nt":
except
:
pass
from
printrun
import
printcore
,
gviz
import
printcore
from
printrun
import
gviz
from
printrun.xybuttons
import
XYButtons
from
printrun.zbuttons
import
ZButtons
from
printrun.graph
import
Graph
...
...
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