moth/register.cgi

7 lines
103 B
Plaintext
Raw Normal View History

#! /usr/bin/env python3
2009-09-29 15:36:25 -06:00
import sys
sys.path.insert(0, '/usr/lib/ctf')
import register
register.main()