common folder

This commit is contained in:
George Hotz
2020-01-17 10:28:44 -08:00
parent c4e5ce685e
commit e8d888c45b
57 changed files with 3840 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import os
from nose.tools import nottest
def phone_only(x):
if os.path.isfile("/init.qcom.rc"):
return x
else:
return nottest(x)