OSDN Git Service

Make bisection search and javafuzz python modules
authorWojciech Staszkiewicz <staszkiewicz@google.com>
Tue, 6 Sep 2016 17:55:38 +0000 (10:55 -0700)
committerWojciech Staszkiewicz <staszkiewicz@google.com>
Thu, 8 Sep 2016 20:49:45 +0000 (20:49 +0000)
commitfa6d67033479dabb825971165f5b62fa38b7b23e
tree342b5628033c8872e1637cb8fc10ca01ddd7cd17
parent86379941f33ce651fc4cbc62ce7d95a15bbce8f8
Make bisection search and javafuzz python modules

Adds __init__.py files required for bisection search and javafuzz
to be considered modules.

Renames bisection-search directory to bisection_search. This is
required because bisection-search is not a valid python module
name.

Test: manual

Change-Id: If85ac5392b10184add17816eab2294b260f72452
tools/bisection_search/README.md [moved from tools/bisection-search/README.md with 100% similarity]
tools/bisection_search/__init__.py [new file with mode: 0644]
tools/bisection_search/bisection_search.py [moved from tools/bisection-search/bisection_search.py with 100% similarity]
tools/bisection_search/bisection_test.py [moved from tools/bisection-search/bisection_test.py with 100% similarity]
tools/bisection_search/common.py [moved from tools/bisection-search/common.py with 100% similarity]
tools/javafuzz/__init__.py [new file with mode: 0644]