From 081d3815acdcb89444485d73305f6e282e377144 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Tue, 12 Jan 2010 13:39:16 +0000 Subject: [PATCH] STYLE: Removed unnecessary function --- invesalius/utils.py | 6 ------ 1 file changed, 0 insertions(+), 6 deletions(-) diff --git a/invesalius/utils.py b/invesalius/utils.py index 8a62ef1..eb0eeac 100755 --- a/invesalius/utils.py +++ b/invesalius/utils.py @@ -195,9 +195,3 @@ def GetLinuxInformation(): mem = int(i.split()[1]) * 1024 return (mem,) - - -def LinuxCommand(command): - return subprocess.Popen(command, shell=True, stdout=subprocess.PIPE).communicate() - - -- libgit2 0.21.2