diff --git a/tests/PHPUnit/BaseFixture.php b/tests/PHPUnit/BaseFixture.php
index 6603df4959423345d71de371dbdf6aac31571f8b..83faa8c3c331d41c52e488b3da7e3552d0fdb6c8 100644
--- a/tests/PHPUnit/BaseFixture.php
+++ b/tests/PHPUnit/BaseFixture.php
@@ -357,7 +357,7 @@ abstract class Test_Piwik_BaseFixture extends PHPUnit_Framework_Assert
 
     protected static function executeLogImporter($logFile, $options)
     {
-        $python = SettingsServer::isWindows() ? "C:\Python27\python.exe" : 'python';
+        $python = \Piwik\SettingsServer::isWindows() ? "C:\Python27\python.exe" : 'python';
 
         // create the command
         $cmd = $python