Skip to content

Commit

Permalink
Fix #208 - Do not specify function names in __init__.py since we are …
Browse files Browse the repository at this point in the history
…now on Python 3.6+ to fix RuntimeWarning.
  • Loading branch information
nth10sd committed Jan 16, 2019
1 parent bf96269 commit 98e18ca
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 33 deletions.
4 changes: 0 additions & 4 deletions src/funfuzz/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

from . import bot
from . import loop_bot
from . import run_ccoverage
3 changes: 0 additions & 3 deletions src/funfuzz/autobisectjs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,3 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

from . import autobisectjs
from . import known_broken_earliest_working
4 changes: 0 additions & 4 deletions src/funfuzz/ccoverage/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,3 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

from . import gatherer
from . import get_build
from . import reporter
9 changes: 0 additions & 9 deletions src/funfuzz/js/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,3 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

from . import build_options
from . import compare_jit
from . import compile_shell
from . import inspect_shell
from . import js_interesting
from . import link_fuzzer
from . import loop
from . import shell_flags
13 changes: 0 additions & 13 deletions src/funfuzz/util/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,3 @@
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at https://mozilla.org/MPL/2.0/.

from . import crashesat
from . import create_collector
from . import file_manipulation
from . import fork_join
from . import hg_helpers
from . import lithium_helpers
from . import lock_dir
from . import os_ops
from . import repos_update
from . import s3cache
from . import sm_compile_helpers
from . import subprocesses

0 comments on commit 98e18ca

Please sign in to comment.