summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Schubert <ben.c.schubert@gmail.com>2019-01-30 11:58:38 +0000
committerBenjamin Schubert <ben.c.schubert@gmail.com>2019-01-30 11:58:38 +0000
commit43d22d4339d6e3eb15c5df29be3306595249dfb9 (patch)
treed163843da027e0885e7fb245a8075e1423f5a2d7
parent1d6c6cdcf66de4e79f84aa68ff0d1ca907b9c04a (diff)
downloadbuildstream-bschubert/refactor-profiling.tar.gz
fixup! fixup! Refactor profilingbschubert/refactor-profiling
-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