aboutsummaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
Diffstat (limited to 'python')
-rwxr-xr-xpython/dpdce.py2
-rwxr-xr-xpython/gui.py2
-rw-r--r--python/lib/zmqrc.py2
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