#!/usr/local/bin/python2.6

import sys
import parti.scripts.repl

parti.scripts.repl.main(sys.argv)
