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

Commit

Permalink
Re-order commits
Browse files Browse the repository at this point in the history
  • Loading branch information
usize committed Apr 9, 2015
1 parent a50e677 commit 48955f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion relengapi/blueprints/clobberer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
from models import DB_DECLARATIVE_BASE

from relengapi import apimethod
from relengapi import p
from relengapi.lib import angular
from relengapi.lib import api
from relengapi import p

logger = logging.getLogger(__name__)

Expand Down
4 changes: 2 additions & 2 deletions relengapi/blueprints/clobberer/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
from nose.tools import assert_greater
from nose.tools import eq_

from relengapi.lib.testing.context import TestContext
from relengapi.lib import auth
from relengapi import p
from relengapi.lib import auth
from relengapi.lib.testing.context import TestContext

from . import BUILDDIR_REL_PREFIX
from . import BUILDER_REL_PREFIX
Expand Down

0 comments on commit 48955f6

Please sign in to comment.