mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
8f38433a26
commit
477d5e1b12
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user