mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 07:15:58 +01:00
...
This commit is contained in:
parent
8f38433a26
commit
477d5e1b12
1 changed files with 4 additions and 1 deletions
|
|
@ -8,8 +8,11 @@
|
|||
__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
|
||||
from io import BytesIO
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue