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

Commit

Permalink
properly import constants
Browse files Browse the repository at this point in the history
  • Loading branch information
ruleant committed Dec 27, 2015
1 parent 8635c01 commit 9abde2d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion buildtimetrend/test/buildjob_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
from buildtimetrend.stages import Stage
from buildtimetrend.stages import Stages
from formencode.doctest_xml_compare import xml_compare
import constants
from buildtimetrend.test import constants
from lxml import etree
import unittest

Expand Down
2 changes: 1 addition & 1 deletion buildtimetrend/test/dashboard_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import os
import unittest
import mock
import constants
from buildtimetrend.test import constants


class TestDashboard(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion buildtimetrend/test/keenio_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
import keen
import unittest
import mock
import constants
from buildtimetrend.test import constants


class TestKeen(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion buildtimetrend/test/settings_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
import os
import keen
import unittest
import constants
from buildtimetrend.test import constants
import logging


Expand Down
2 changes: 1 addition & 1 deletion buildtimetrend/test/stages_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
from buildtimetrend.stages import Stages
from buildtimetrend.stages import Stage
from formencode.doctest_xml_compare import xml_compare
import constants
from buildtimetrend.test import constants
from lxml import etree
import unittest

Expand Down
2 changes: 1 addition & 1 deletion buildtimetrend/test/tools_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
from dateutil.tz import tzutc
import os
import unittest
import constants
from buildtimetrend.test import constants


class TestTools(unittest.TestCase):
Expand Down
2 changes: 1 addition & 1 deletion buildtimetrend/test/travis_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
from buildtimetrend.travis import convert_build_result
from buildtimetrend.travis import check_authorization
from buildtimetrend.travis import process_notification_payload
import constants
from buildtimetrend.test import constants
import unittest

TRAVIS_TIMING_TAGS_FILE = "buildtimetrend/test/test_sample_travis_time_tags"
Expand Down

0 comments on commit 9abde2d

Please sign in to comment.