diff --git a/icarusalg/gallery/helpers/python/ICARUSservices.py b/icarusalg/gallery/helpers/python/ICARUSservices.py index 1eecf9c..352bb99 100755 --- a/icarusalg/gallery/helpers/python/ICARUSservices.py +++ b/icarusalg/gallery/helpers/python/ICARUSservices.py @@ -65,7 +65,7 @@ def defaultConfiguration(self): `configPath` is included directly, and it is assumed that it already properly defines a `services` table. """ - return DefaultConfigPath, DefaultServiceTable + return ICARUSserviceManagerClass.DefaultConfigPath, ICARUSserviceManagerClass.DefaultServiceTable # defaultConfiguration() def __init__(self):