path change for python_apps folder

This commit is contained in:
naomiaro 2011-03-24 11:50:46 -04:00
parent c254422f72
commit c1d1e56914

View file

@ -82,7 +82,7 @@ if ($results == 0) {
AirtimeInstall::DeleteFilesRecursive($CC_CONFIG['storageDir']);
$command = "python ".__DIR__."/../pypo/install/pypo-uninstall.py";
$command = "python ".__DIR__."/../python_apps/pypo/install/pypo-uninstall.py";
system($command);
$command = "python ".__DIR__."/../python_apps/show-recorder/install/recorder-uninstall.py";