GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: a ruby-to-pyc compiler
Clone URL: git://github.com/why/unholy.git
unholy / python / Kernel.py
100644 7 lines (5 sloc) 0.09 kb
1
2
3
4
5
6
7
def puts(*args):
  for x in args: print x
  if not args: print
 
class BasicObject:
  pass