From ef8fe454a77726d602006fa3282dbdc57fd05a24 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Tue, 6 Oct 2009 16:10:41 +0000 Subject: [PATCH] FIX: SyntaxError: invalid syntax --- invesalius/reader/dicom.py | 2 -- 1 file changed, 0 insertions(+), 2 deletions(-) diff --git a/invesalius/reader/dicom.py b/invesalius/reader/dicom.py index 7453171..d0fb9ce 100644 --- a/invesalius/reader/dicom.py +++ b/invesalius/reader/dicom.py @@ -660,8 +660,6 @@ class Parser(): if (data): return data return None - - def Get def GetImageType(self): """ -- libgit2 0.21.2