import tests

This commit is contained in:
David Halter
2012-04-21 19:35:24 +02:00
parent 8627a0bc03
commit 4feb8f5a3a

View File

@@ -0,0 +1,20 @@
import sys
#? ['prefix']
sys.prefix
#? ['append']
sys.path.append
# --- builtin math ---
from math import *
#? ['cos', 'cosh']
cos
import os
#? ['dirname']
os.path.dirname