Was forcing everyone on ToT to use the PythonOSPlugin.. my bad

llvm-svn: 162519
This commit is contained in:
Enrico Granata
2012-08-24 00:32:51 +00:00
parent c621af1f60
commit 051c60caad

View File

@@ -56,7 +56,7 @@ OperatingSystem *
OperatingSystemPython::CreateInstance (Process *process, bool force)
{
// Python OperatingSystem plug-ins must be requested by name, so force must be true
//if (force)
if (force)
return new OperatingSystemPython (process);
return NULL;
}