Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kliment/Printrun.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiro Hrončok <miro@hroncok.cz>2018-02-12 18:41:57 +0300
committerMiro Hrončok <miro@hroncok.cz>2018-02-13 11:13:22 +0300
commit06e3af45a981f7d67e5a52665c796dedfa73f7bc (patch)
tree64866eecf85ad53813a46c51f9cad6ea6a1ad6c5 /calibrateextruder.py
parent7161b0d04575dc371d70964e7141230f2de09d5f (diff)
Python 3: Fix shebangs
* convert to python3 * only have shebangs + exec bits in files that have something to execute
Diffstat (limited to 'calibrateextruder.py')
-rwxr-xr-x[-rw-r--r--]calibrateextruder.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/calibrateextruder.py b/calibrateextruder.py
index 9b8e7de..eb8162b 100644..100755
--- a/calibrateextruder.py
+++ b/calibrateextruder.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
# This file is part of the Printrun suite.
#
# Printrun is free software: you can redistribute it and/or modify