diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-22 16:35:52 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2018-12-22 16:35:52 +0100 |
commit | 00b2423a298887fefc77c24e8067e621878cc108 (patch) | |
tree | 727f13c19834f416b04781dae86eaebb97b7895f /python | |
parent | b72f76d4154bb4c8bc356b624627e9d6bc4f7328 (diff) | |
download | dabmod-00b2423a298887fefc77c24e8067e621878cc108.tar.gz dabmod-00b2423a298887fefc77c24e8067e621878cc108.tar.bz2 dabmod-00b2423a298887fefc77c24e8067e621878cc108.zip |
GUI: set #! to python3
Diffstat (limited to 'python')
-rwxr-xr-x | python/dpdce.py | 2 | ||||
-rwxr-xr-x | python/gui.py | 2 | ||||
-rw-r--r-- | python/lib/zmqrc.py | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/python/dpdce.py b/python/dpdce.py index f855f9c..3b294eb 100755 --- a/python/dpdce.py +++ b/python/dpdce.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # DPD Computation Engine standalone main file. diff --git a/python/gui.py b/python/gui.py index ce7948c..0090a3a 100755 --- a/python/gui.py +++ b/python/gui.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # Copyright (C) 2018 diff --git a/python/lib/zmqrc.py b/python/lib/zmqrc.py index 3897d7a..2d82b3e 100644 --- a/python/lib/zmqrc.py +++ b/python/lib/zmqrc.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 # -*- coding: utf-8 -*- # # Copyright (C) 2018 |