px_uploader.py: vim modeline for indent settings

This commit is contained in:
Julian Oes 2017-02-27 09:29:36 +01:00 committed by Beat Küng
parent 172f35042f
commit ff87d43be0

View File

@ -695,3 +695,5 @@ try:
except KeyboardInterrupt:
print("\n Upload aborted by user.")
sys.exit(0)
# vim: tabstop=4 expandtab shiftwidth=4 softtabstop=4