X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup-vs.py;h=b9b030dc5b478d5cd6df1cefaa22df1ce73cedea;hb=d56668d7c5b689bf1887e1cc961a0fca24df6678;hp=a2032dc4b5ce2b54b2fd98fe5d8394ce78d26994;hpb=f699ab76a8c8a5ba09d2286a833a8a05ecf8564c;p=nodemanager.git diff --git a/setup-vs.py b/setup-vs.py index a2032dc..b9b030d 100644 --- a/setup-vs.py +++ b/setup-vs.py @@ -8,9 +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 = [ ],