From a13c4d75624636553209b7f4734462395b66d349 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Sun, 30 Jan 2011 12:53:25 +0100 Subject: [PATCH] cosmetics --- lib/Interpreter/Interpreter.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/Interpreter/Interpreter.php b/lib/Interpreter/Interpreter.php index 55088f4..e6ba2f2 100644 --- a/lib/Interpreter/Interpreter.php +++ b/lib/Interpreter/Interpreter.php @@ -24,11 +24,10 @@ namespace Volkszaehler\Interpreter; use Volkszaehler\Util; - use Volkszaehler\Interpreter\Iterator; -use Doctrine\ORM; use Volkszaehler\Model; use Doctrine\ORM\Query; +use Doctrine\ORM; /** * Interpreter superclass for all interpreters