From 3b3e3f88c2f48514e6d57e8e20f2543deac7c228 Mon Sep 17 00:00:00 2001 From: Thiago Franco de Moraes Date: Tue, 11 Sep 2018 15:16:10 -0300 Subject: [PATCH] Removed python2 shebangs --- app.py | 2 +- invesalius/data/measures.py | 1 - invesalius/data/viewer_slice.py | 1 - invesalius/data/viewer_volume.py | 1 - invesalius/gui/data_notebook.py | 1 - invesalius/gui/dialogs.py | 1 - invesalius/gui/dicom_preview_panel.py | 1 - invesalius/gui/widgets/gradient.py | 1 - invesalius/gui/widgets/slice_menu.py | 1 - invesalius/i18n.py | 1 - invesalius/math_utils.py | 1 - 11 files changed, 1 insertion(+), 11 deletions(-) diff --git a/app.py b/app.py index 28dcbdd..2942f04 100644 --- a/app.py +++ b/app.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python3 #-------------------------------------------------------------------------- # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas # Copyright: (C) 2001 Centro de Pesquisas Renato Archer diff --git a/invesalius/data/measures.py b/invesalius/data/measures.py index 565cf0c..0567116 100644 --- a/invesalius/data/measures.py +++ b/invesalius/data/measures.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- from six import with_metaclass diff --git a/invesalius/data/viewer_slice.py b/invesalius/data/viewer_slice.py index 0b34ce0..a5d3cae 100644 --- a/invesalius/data/viewer_slice.py +++ b/invesalius/data/viewer_slice.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- #-------------------------------------------------------------------------- # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas diff --git a/invesalius/data/viewer_volume.py b/invesalius/data/viewer_volume.py index 3de5335..233e2b1 100644 --- a/invesalius/data/viewer_volume.py +++ b/invesalius/data/viewer_volume.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- #-------------------------------------------------------------------------- diff --git a/invesalius/gui/data_notebook.py b/invesalius/gui/data_notebook.py index ef119a9..e9772a1 100644 --- a/invesalius/gui/data_notebook.py +++ b/invesalius/gui/data_notebook.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- #-------------------------------------------------------------------------- # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas diff --git a/invesalius/gui/dialogs.py b/invesalius/gui/dialogs.py index c9793db..aa2dde1 100644 --- a/invesalius/gui/dialogs.py +++ b/invesalius/gui/dialogs.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- #-------------------------------------------------------------------------- # Software: InVesalius - Software de Reconstrucao 3D de Imagens Medicas diff --git a/invesalius/gui/dicom_preview_panel.py b/invesalius/gui/dicom_preview_panel.py index 5305eec..d9fa764 100644 --- a/invesalius/gui/dicom_preview_panel.py +++ b/invesalius/gui/dicom_preview_panel.py @@ -17,7 +17,6 @@ # detalhes. #-------------------------------------------------------------------------- -#!/usr/bin/env python # -*- coding: UTF-8 -*- #TODO: To create a beautiful API diff --git a/invesalius/gui/widgets/gradient.py b/invesalius/gui/widgets/gradient.py index fe246ae..29d7551 100644 --- a/invesalius/gui/widgets/gradient.py +++ b/invesalius/gui/widgets/gradient.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- #-------------------------------------------------------------------------- diff --git a/invesalius/gui/widgets/slice_menu.py b/invesalius/gui/widgets/slice_menu.py index cdb66a4..737be02 100644 --- a/invesalius/gui/widgets/slice_menu.py +++ b/invesalius/gui/widgets/slice_menu.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- #-------------------------------------------------------------------------- diff --git a/invesalius/i18n.py b/invesalius/i18n.py index c47340a..7259026 100644 --- a/invesalius/i18n.py +++ b/invesalius/i18n.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: UTF-8 -*- #-------------------------------------------------------------------------- diff --git a/invesalius/math_utils.py b/invesalius/math_utils.py index dfe9a86..eddbb82 100644 --- a/invesalius/math_utils.py +++ b/invesalius/math_utils.py @@ -1,4 +1,3 @@ -#!/usr/bin/env python # -*- coding: utf-8 -*- import math -- libgit2 0.21.2