fix make test_python

This commit is contained in:
Laurent Perron
2015-12-09 14:56:52 +01:00
parent eb2179b8a1
commit de9a5b6653
4 changed files with 4 additions and 4 deletions

View File

@@ -114,7 +114,7 @@ def RunAllIntegerExampleCppStyleAPI():
pywraplp.Solver.SCIP_MIXED_INTEGER_PROGRAMMING)
def main(unused_argv):
def main():
RunAllIntegerExampleNaturalLanguageAPI()
RunAllIntegerExampleCppStyleAPI()