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