This website works better with JavaScript
Home
Explore
Help
Sign In
SMusatov
/
Cura
mirror of
https://github.com/Ultimaker/Cura.git
Watch
1
Star
0
Fork
0
Files
Wiki
Browse Source
Add Sha Bang for tool python scripts
CURA-3710
Lipu Fei
7 years ago
parent
76703ce23c
commit
c5cafff8aa
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
1
0
tools/check_preset_settings.py
+ 1
- 0
tools/check_preset_settings.py
View File
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
import configparser
import json
import os