more cleanup

This commit is contained in:
Alex Yatskov 2012-05-17 07:48:12 -07:00
parent a830cf25eb
commit df87b6c615

View File

@ -1,12 +0,0 @@
#!/usr/bin/env python2
import metacall
@metacall.callable(int, int, int)
def test(a, b, c):
print 'Hello world'
test(1,2,3)
test(1,2,3)