remove python dependencies on apputils, gflags

This commit is contained in:
Laurent Perron
2015-12-09 14:49:52 +01:00
parent 2ad2cc43e2
commit eb2179b8a1
28 changed files with 126 additions and 292 deletions

View File

@@ -14,8 +14,6 @@
"""Integer programming examples that show how to use the APIs."""
from google.apputils import app
from ortools.linear_solver import pywraplp
@@ -122,4 +120,4 @@ def main(unused_argv):
if __name__ == '__main__':
app.run()
main()