This commit is contained in:
Kovid Goyal 2012-01-07 12:29:26 +05:30
parent 8f38433a26
commit 477d5e1b12

View File

@ -8,8 +8,11 @@ __copyright__ = '2011, Kovid Goyal <kovid@kovidgoyal.net>'
__docformat__ = 'restructuredtext en' __docformat__ = 'restructuredtext en'
''' '''
Utilities to help with developing coffeescript based apps Utilities to help with developing coffeescript based apps.
A coffeescript compiler and a simple web server that automatically serves
coffeescript files as javascript.
''' '''
import time, SimpleHTTPServer, SocketServer, os, bz2, sys import time, SimpleHTTPServer, SocketServer, os, bz2, sys
from io import BytesIO from io import BytesIO