Merge branch 'upstreammaster'
[sfa.git] / setup.py
index 0282fb0..75a1e71 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -43,13 +43,14 @@ packages = [
     'sfa/dummy',
     'sfa/openstack',
     'sfa/federica',
+    'sfa/senslab',
     'sfatables',
     'sfatables/commands',
     'sfatables/processors',
     ]
 
 initscripts = [ 'sfa' ]
-if not os.isfile('/etc/redhat-release'): initscripts.append('functions.sfa')
+if not os.path.isfile('/etc/redhat-release'): initscripts.append('functions.sfa')
 
 data_files = [ ('/etc/sfa/', [ 'config/aggregates.xml',
                               'config/registries.xml',