Skip to content

Commit

Permalink
Add file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
thatch committed Dec 14, 2018
1 parent 466a16b commit 45e7b1b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions bowler/tests/helpers.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#!/usr/bin/env python3
#
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

from fissix.pytree import Leaf, Node

from ..helpers import print_selector_pattern, print_tree
Expand Down
7 changes: 7 additions & 0 deletions bowler/tests/lib.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
#!/usr/bin/env python3
#
# Copyright (c) Facebook, Inc. and its affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

import multiprocessing
import sys
import tempfile
Expand Down

0 comments on commit 45e7b1b

Please sign in to comment.