зеркало из https://github.com/mozilla/treeherder.git
use MPL2 license
This commit is contained in:
Родитель
ce1b62ecb7
Коммит
904237b6c2
|
@ -1,3 +1,6 @@
|
|||
# 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 http://mozilla.org/MPL/2.0/.
|
||||
def analyze(data):
|
||||
n = len(data)
|
||||
if n > 1:
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# 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 http://mozilla.org/MPL/2.0/.
|
||||
import sqlalchemy as sa
|
||||
from sqlalchemy.ext.sqlsoup import SqlSoup
|
||||
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# 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 http://mozilla.org/MPL/2.0/.
|
||||
import logging as log
|
||||
try:
|
||||
import simplejson as json
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# 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 http://mozilla.org/MPL/2.0/.
|
||||
import time, urllib, urllib2, re, os, sys
|
||||
import logging as log
|
||||
import cPickle as pickle
|
||||
|
|
|
@ -1,3 +1,6 @@
|
|||
# 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 http://mozilla.org/MPL/2.0/.
|
||||
from analyze_talos import bugs_from_comments
|
||||
|
||||
assert bugs_from_comments("Bug 12345") == [12345]
|
||||
|
|
Загрузка…
Ссылка в новой задаче