Removing old MOAB version variable.

This commit is contained in:
Patrick Shriwise 2018-10-01 10:47:23 -05:00
parent b16deb5d14
commit 62a29c9563

View file

@ -2,8 +2,6 @@ import os
import shutil
import subprocess
MOAB_VERSION= '5.0'
def which(program):
def is_exe(fpath):
return os.path.isfile(fpath) and os.access(fpath, os.X_OK)