aboutsummaryrefslogtreecommitdiffstats
path: root/python/dpdce.py
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-12-22 16:35:52 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-12-22 16:35:52 +0100
commit00b2423a298887fefc77c24e8067e621878cc108 (patch)
tree727f13c19834f416b04781dae86eaebb97b7895f /python/dpdce.py
parentb72f76d4154bb4c8bc356b624627e9d6bc4f7328 (diff)
downloaddabmod-00b2423a298887fefc77c24e8067e621878cc108.tar.gz
dabmod-00b2423a298887fefc77c24e8067e621878cc108.tar.bz2
dabmod-00b2423a298887fefc77c24e8067e621878cc108.zip
GUI: set #! to python3
Diffstat (limited to 'python/dpdce.py')
-rwxr-xr-xpython/dpdce.py2
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.