Commit 081d3815acdcb89444485d73305f6e282e377144

Authored by Paulo Henrique Junqueira Amorim
1 parent bfbf3e56

STYLE: Removed unnecessary function

Showing 1 changed file with 0 additions and 6 deletions   Show diff stats
invesalius/utils.py
... ... @@ -195,9 +195,3 @@ def GetLinuxInformation():
195 195 mem = int(i.split()[1]) * 1024
196 196  
197 197 return (mem,)
198   -
199   -
200   -def LinuxCommand(command):
201   - return subprocess.Popen(command, shell=True, stdout=subprocess.PIPE).communicate()
202   -
203   -
... ...