--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/handlers/copy.lua Sat Sep 12 21:27:57 2009 +0300 @@ -0,0 +1,9 @@ + +module("handlers.copy", package.seeall) + +function phase1(f, env) +end + +function phase2(f, env) + -- copy here! +end