From 0c156bfce91c8f322b677ceb386907a6892dfc76 Mon Sep 17 00:00:00 2001 From: Tomas Farago Date: Sun, 15 Dec 2013 13:52:42 +0100 Subject: [PATCH] Enable base classes to be imported from package --- concert/experiments/__init__.py | 1 + 1 file changed, 1 insertion(+) diff --git a/concert/experiments/__init__.py b/concert/experiments/__init__.py index 54751a048..a30cf7934 100644 --- a/concert/experiments/__init__.py +++ b/concert/experiments/__init__.py @@ -2,3 +2,4 @@ An experiment is a process which requires setting the instrumentation into a certain state and then acquires data specific for that setting. """ +from .base import *