Skip to content

Commit

Permalink
add batch operation
Browse files Browse the repository at this point in the history
  • Loading branch information
kuvbur committed Jul 20, 2019
1 parent 73066c4 commit 41e9a1e
Show file tree
Hide file tree
Showing 130 changed files with 4,704 additions and 2,047 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,6 @@ $RECYCLE.BIN/

# Windows shortcuts
*.lnk
*.gsm
*.xml
*.png
6 changes: 6 additions & 0 deletions .spyproject/codestyle.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[codestyle]
indentation = True

[main]
version = 0.1.0

6 changes: 6 additions & 0 deletions .spyproject/encoding.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[encoding]
text_encoding = utf-8

[main]
version = 0.1.0

7 changes: 7 additions & 0 deletions .spyproject/vcs.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[vcs]
use_version_control = False
version_control_system =

[main]
version = 0.1.0

10 changes: 10 additions & 0 deletions .spyproject/workspace.ini
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[workspace]
restore_data_on_startup = True
save_data_on_exit = True
save_history = True
save_non_project_files = False

[main]
version = 0.1.0
recent_files = ['D:\\Рогожин ДА\\prog\\mygdisk\\Share\\pygdl\\batch_modify.py', 'D:\\Рогожин ДА\\prog\\mygdisk\\Share\\pygdl\\gdl_gsm.py', 'D:\\Рогожин ДА\\prog\\mygdisk\\Share\\pygdl\\convert.py']

Binary file removed CONVERT/gsm/test.gsm
Binary file not shown.
Binary file removed CONVERT/gsm/test_20.gsm
Binary file not shown.
Binary file added CONVERT/xml/IDEntryList.dbe
Binary file not shown.
Loading

0 comments on commit 41e9a1e

Please sign in to comment.