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/dpdce.py | |
parent | b72f76d4154bb4c8bc356b624627e9d6bc4f7328 (diff) | |
download | dabmod-00b2423a298887fefc77c24e8067e621878cc108.tar.gz dabmod-00b2423a298887fefc77c24e8067e621878cc108.tar.bz2 dabmod-00b2423a298887fefc77c24e8067e621878cc108.zip |
GUI: set #! to python3
Diffstat (limited to 'python/dpdce.py')
-rwxr-xr-x | python/dpdce.py | 2 |
1 files changed, 1 insertions, 1 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. |