Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'python/src/tcf/services/streams.py')
-rw-r--r--python/src/tcf/services/streams.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/src/tcf/services/streams.py b/python/src/tcf/services/streams.py
index 6e92054e2..89068a9e3 100644
--- a/python/src/tcf/services/streams.py
+++ b/python/src/tcf/services/streams.py
@@ -1,5 +1,5 @@
# *****************************************************************************
-# * Copyright (c) 2011, 2012 Wind River Systems, Inc. and others.
+# * Copyright (c) 2011, 2013 Wind River Systems, Inc. and others.
# * All rights reserved. This program and the accompanying materials
# * are made available under the terms of the Eclipse Public License v1.0
# * which accompanies this distribution, and is available at
@@ -24,7 +24,7 @@ The service supports:
delaying 'read' and 'write' commands.
"""
-from tcf import services
+from .. import services
NAME = "Streams"

Back to the top