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

@@ -20,7 +20,6 @@
from google.apputils import app
from ortools.graph import pywrapgraph
@@ -59,4 +58,4 @@ def main(unused_argv):
RunAssignmentOn4x4Matrix()
if __name__ == '__main__':
app.run()
main()