Commit db494172f8b38ce581d69303a3ea1aa2ae00e79a

Authored by Thiago Franco de Moraes
1 parent 350e278b
Exists in master

shebang python -> python3

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
invesalius/gui/brain_seg_dialog.py
1   -#!/usr/bin/env python
  1 +#!/usr/bin/env python3
2 2 # -*- coding: UTF-8 -*-
3 3  
4 4 import importlib
... ...