Index: branches/5.3.x/core/kernel/Console/Command/CompletionCommand.php =================================================================== diff -u -N -r16181 -r16213 --- branches/5.3.x/core/kernel/Console/Command/CompletionCommand.php (.../CompletionCommand.php) (revision 16181) +++ branches/5.3.x/core/kernel/Console/Command/CompletionCommand.php (.../CompletionCommand.php) (revision 16213) @@ -12,10 +12,10 @@ * See http://www.in-portal.org/license for copyright notices and details. */ -namespace Intechnic\InPortal\Core\kernel\Console\Command; +namespace InPortal\Core\kernel\Console\Command; -use Intechnic\InPortal\Core\kernel\Console\ConsoleApplication; +use InPortal\Core\kernel\Console\ConsoleApplication; use Stecman\Component\Symfony\Console\BashCompletion\Completion; use Stecman\Component\Symfony\Console\BashCompletion\CompletionCommand as BashCompletionCommand; use Stecman\Component\Symfony\Console\BashCompletion\CompletionHandler;