Summary: public This is the first of a series of patches that reorganise the inferlib package into a bunch of smaller modules. Reviewed By: martinoluca Differential Revision: D2641917 fb-gh-sync-id: 19788b5master
parent
1180aabe39
commit
ded09066ed
@ -0,0 +1,14 @@
|
||||
# Copyright (c) 2015 - present Facebook, Inc.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD style license found in the
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
from __future__ import absolute_import
|
||||
from __future__ import division
|
||||
from __future__ import print_function
|
||||
from __future__ import unicode_literals
|
||||
|
||||
# exit value when infer finds something to report
|
||||
BUG_FOUND_ERROR_CODE = 2
|
Loading…
Reference in new issue