rename and negate DISABLE_PYTHON --> WITH_PYTHON

This commit is contained in:
Campbell Barton
2010-10-31 04:11:39 +00:00
parent 50dab4fc37
commit 0876fce009
217 changed files with 477 additions and 505 deletions

View File

@@ -87,7 +87,7 @@ CValue* SCA_NORController::GetReplica()
return replica;
}
#ifndef DISABLE_PYTHON
#ifdef WITH_PYTHON
/* ------------------------------------------------------------------------- */
/* Python functions */
@@ -124,6 +124,6 @@ PyAttributeDef SCA_NORController::Attributes[] = {
{ NULL } //Sentinel
};
#endif // DISABLE_PYTHON
#endif // WITH_PYTHON
/* eof */