Skip to content
This repository has been archived by the owner on Jan 19, 2022. It is now read-only.

Commit

Permalink
Merge djmitche/build-relengapi:issue292 (PR #292)
Browse files Browse the repository at this point in the history
  • Loading branch information
djmitche committed Jul 9, 2015
2 parents b31720b + 4254df1 commit 85884a9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions relengapi/docs/development/blueprints.rst
Original file line number Diff line number Diff line change
Expand Up @@ -48,20 +48,8 @@ Create a test script, ``relengapi/blueprints/bubbler/test_bubbler.py``::
# 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 contextlib
import datetime
import mock
import pytz

from flask import json
from nose.tools import eq_
from relengapi.blueprints.badpenny import cleanup
from relengapi.blueprints.badpenny import cron
from relengapi.blueprints.badpenny import execution
from relengapi.blueprints.badpenny import rest
from relengapi.blueprints.badpenny import tables
from relengapi.lib import badpenny
from relengapi.lib.permissions import p
from relengapi.lib.testing.context import TestContext

test_context = TestContext()
Expand Down

0 comments on commit 85884a9

Please sign in to comment.