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

@@ -77,7 +77,7 @@ def MinCostFlow():
print 'There was an issue with the min cost flow input.'
def main(unused_argv):
def main():
MaxFlow()
MinCostFlow()