Fix planet USING:

release
Slava Pestov 2007-11-12 01:56:46 -05:00
parent 6f19e210b3
commit 9ebd234e98
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +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 system ; continuations debugger system http.server.responders ;
IN: webapps.planet IN: webapps.planet
TUPLE: posting author title date link body ; TUPLE: posting author title date link body ;