summaryrefslogtreecommitdiff
path: root/service
diff options
context:
space:
mode:
authorVictor Shyba <victor.shyba@gmail.com>2015-07-29 14:18:27 -0300
committerFolker Bernitt <fbernitt@thoughtworks.com>2015-08-11 17:00:29 +0200
commitcf0d01fdb4320b2fad1238f3a533d4020edcc1b6 (patch)
tree51067922bc32d3a3504bf05280c2e2abf5f59407 /service
parent2bd23a0c396eb13cd10e9fc5f599f62ec6cb795f (diff)
fix typo in import
Diffstat (limited to 'service')
-rw-r--r--service/test/support/integration/soledad_test_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/service/test/support/integration/soledad_test_base.py b/service/test/support/integration/soledad_test_base.py
index 8ab8ae01..5fed3a12 100644
--- a/service/test/support/integration/soledad_test_base.py
+++ b/service/test/support/integration/soledad_test_base.py
@@ -15,7 +15,7 @@
# along with Pixelated. If not, see <http://www.gnu.org/licenses/>.
from twisted.trial import unittest
from test.support.integration.app_test_client import AppTestClient
-from leap.common.events import set_events_enabled
+from leap.common.events.flags import set_events_enabled
class SoledadTestBase(unittest.TestCase, AppTestClient):