From 37c33025d036d73bf08dc3ba7ffdbfa17c11b42a Mon Sep 17 00:00:00 2001 From: Franck Allimant Date: Fri, 18 Apr 2014 09:49:05 +0200 Subject: [PATCH] Optimised imports, added comment. --- core/lib/Thelia/Module/AbstractDeliveryModule.php | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/core/lib/Thelia/Module/AbstractDeliveryModule.php b/core/lib/Thelia/Module/AbstractDeliveryModule.php index c8477bec1..e59ed5a39 100644 --- a/core/lib/Thelia/Module/AbstractDeliveryModule.php +++ b/core/lib/Thelia/Module/AbstractDeliveryModule.php @@ -12,10 +12,8 @@ namespace Thelia\Module; -use Thelia\Model\Country; -use Thelia\Module\Exception\DeliveryException; - abstract class AbstractDeliveryModule extends BaseModule implements DeliveryModuleInterface { - + // This class is the base class for delivery modules + // It may contains common methods in the future. } \ No newline at end of file