Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/__init__.py')
-rw-r--r--src/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/__init__.py b/src/__init__.py
index 879b38b..5052a51 100644
--- a/src/__init__.py
+++ b/src/__init__.py
@@ -16,6 +16,7 @@
# Boston, MA 02111-1307, USA.
from hulahop._hulahop import startup, shutdown
+from hulahop._hulahop import set_profile_path, add_components_path
startup()