Removed dependency on imported merjislib.
[cocanwiki.git] / scripts / cgi_expires.ml
index 48d6b8e..a9f248e 100644 (file)
@@ -1,7 +1,7 @@
 (* COCANWIKI scripts.
  * Written by Richard W.M. Jones <rich@merjis.com>.
  * Copyright (C) 2004 Merjis Ltd.
- * $Id: cgi_expires.ml,v 1.1 2004/09/07 10:14:09 rich Exp $
+ * $Id: cgi_expires.ml,v 1.2 2004/09/07 14:58:34 rich Exp $
  *)
 
 open Apache
@@ -10,7 +10,7 @@ open Cgi
 
 open Printf
 
-open Merjisforwiki
+open Cocanwiki_date
 
 (* This library should eventually be integrated with mod_caml. XXX *)