Commit 3b3e3f88c2f48514e6d57e8e20f2543deac7c228
1 parent
c8f7e562
Exists in
master
Removed python2 shebangs
Showing
11 changed files
with
1 additions
and
11 deletions
Show diff stats
app.py
1 | -#!/usr/bin/python | 1 | +#!/usr/bin/env python3 |
2 | #-------------------------------------------------------------------------- | 2 | #-------------------------------------------------------------------------- |
3 | # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas | 3 | # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas |
4 | # Copyright: (C) 2001 Centro de Pesquisas Renato Archer | 4 | # Copyright: (C) 2001 Centro de Pesquisas Renato Archer |
invesalius/data/measures.py
invesalius/data/viewer_slice.py
1 | -#!/usr/bin/env python | ||
2 | # -*- coding: utf-8 -*- | 1 | # -*- coding: utf-8 -*- |
3 | #-------------------------------------------------------------------------- | 2 | #-------------------------------------------------------------------------- |
4 | # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas | 3 | # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas |
invesalius/data/viewer_volume.py
invesalius/gui/data_notebook.py
1 | -#!/usr/bin/env python | ||
2 | # -*- coding: UTF-8 -*- | 1 | # -*- coding: UTF-8 -*- |
3 | #-------------------------------------------------------------------------- | 2 | #-------------------------------------------------------------------------- |
4 | # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas | 3 | # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas |
invesalius/gui/dialogs.py
1 | -#!/usr/bin/env python | ||
2 | # -*- coding: UTF-8 -*- | 1 | # -*- coding: UTF-8 -*- |
3 | #-------------------------------------------------------------------------- | 2 | #-------------------------------------------------------------------------- |
4 | # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas | 3 | # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas |
invesalius/gui/dicom_preview_panel.py
@@ -17,7 +17,6 @@ | @@ -17,7 +17,6 @@ | ||
17 | # detalhes. | 17 | # detalhes. |
18 | #-------------------------------------------------------------------------- | 18 | #-------------------------------------------------------------------------- |
19 | 19 | ||
20 | -#!/usr/bin/env python | ||
21 | # -*- coding: UTF-8 -*- | 20 | # -*- coding: UTF-8 -*- |
22 | 21 | ||
23 | #TODO: To create a beautiful API | 22 | #TODO: To create a beautiful API |
invesalius/gui/widgets/gradient.py
invesalius/gui/widgets/slice_menu.py
invesalius/i18n.py
invesalius/math_utils.py