Initial Commit.

This commit is contained in:
rowanc1
2014-05-13 09:25:25 -07:00
commit d22e9eeb93
18 changed files with 1325 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
import os
try:
import SimPEG
except ImportError, e:
os.system('git clone https://github.com/simpeg/simpeg.git')
os.system('mv simpeg/SimPEG temp')
os.system('rm -rf simpeg')
os.system('mv temp SimPEG')