X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup-vs.py;h=b9b030dc5b478d5cd6df1cefaa22df1ce73cedea;hb=4bf2fe496500faab4eacd9e526424559e6901dea;hp=88be06495ec9aaea8e4a5cd2bad8812a7549c862;hpb=dd274713d7098ab54c81516d67d700c53fc01e56;p=nodemanager.git diff --git a/setup-vs.py b/setup-vs.py index 88be064..b9b030d 100644 --- a/setup-vs.py +++ b/setup-vs.py @@ -8,10 +8,13 @@ from distutils.core import setup, Extension +# vserver-specific stuff setup( py_modules=[ 'sliver_vs', 'coresched_vs', + # this plugin uses vserver for now + 'plugins.drl', ], scripts = [ ],