Fix planet USING:

release
Slava Pestov 2007-10-16 01:35:32 -04:00
parent bf85f0e75c
commit e9075501b0
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
USING: sequences rss arrays concurrency kernel sorting USING: sequences rss arrays concurrency kernel sorting
html.elements io assocs namespaces math threads vocabs html html.elements io assocs namespaces math threads vocabs html
furnace http.server.templating calendar math.parser splitting ; furnace http.server.templating calendar math.parser splitting
continuations debugger ;
IN: webapps.planet IN: webapps.planet
TUPLE: posting author title date link body ; TUPLE: posting author title date link body ;