handlers/copy.lua

changeset 2
3975fa5ed630
child 3
b2df1b3f2c83
--- /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

mercurial