summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--buildstream/_project.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/_project.py b/buildstream/_project.py
index 30af1442b..fef524633 100644
--- a/buildstream/_project.py
+++ b/buildstream/_project.py
@@ -26,7 +26,7 @@ from . import utils
from . import _cachekey
from . import _site
from . import _yaml
-from ._profile import Topics, with_profile
+from ._profile import Topics, with_profiling
from ._exceptions import LoadError, LoadErrorReason
from ._options import OptionPool
from ._artifactcache import ArtifactCache