From 5c4d0bf21d6ddf98d3907bff5644263d0eba39bc Mon Sep 17 00:00:00 2001 From: Silvio Date: Thu, 19 Aug 2010 17:10:20 -0300 Subject: Supporting multiple YAML libraries --- index.php | 3 --- 1 file changed, 3 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index 612602d..392fa28 100644 --- a/index.php +++ b/index.php @@ -3,9 +3,6 @@ * Cinisis - Isis db reading tool. */ -// Import Spyc. -require_once 'contrib/spyc/spyc.php'; - // Autoloader. function cinisis_autoload($class) { if (strstr($class, 'Db')) { -- cgit v1.2.3