Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Anders Blomdell
kicad-lib
Commits
855c6a95
Commit
855c6a95
authored
Jun 18, 2018
by
Anders Blomdell
Browse files
Migrate to KiCAD-5
parent
42352091
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/merge_libs
View file @
855c6a95
...
...
@@ -97,7 +97,7 @@ class Lib:
def
commit
(
self
):
with
open
(
self
.
path
,
'w'
)
as
f
:
f
.
write
(
'EESchema-LIBRARY Version 2.
3
\n
'
)
f
.
write
(
'EESchema-LIBRARY Version 2.
4
\n
'
)
f
.
write
(
'#encoding utf-8
\n
'
)
for
c
in
sorted
(
self
.
component
):
f
.
write
(
''
.
join
(
self
.
component
[
c
]))
...
...
@@ -166,7 +166,7 @@ class DocLib:
def
commit
(
self
):
with
open
(
self
.
path
,
'w'
)
as
f
:
f
.
write
(
'EESchema-DOCLIB Version 2.0
\n
'
)
f
.
write
(
'EESchema-DOCLIB
Version 2.0
\n
'
)
f
.
write
(
'#encoding utf-8
\n
'
)
for
c
in
sorted
(
self
.
component
):
f
.
write
(
''
.
join
(
self
.
component
[
c
]))
...
...
Write
Preview
Supports
Markdown
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