new syncvs target
[nodemanager.git] / setup.py
index 0f745da..db3f6b4 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@
 # Copyright (C) 2006 The Trustees of Princeton University
 #
 
-from distutils.core import setup, Extension
+from distutils.core import setup
 
 setup(
     py_modules=[
@@ -33,7 +33,6 @@ setup(
         'plugins.hostmap',
         'plugins.interfaces',
         'plugins.omf_resctl',
-        'plugins.privatebridge',
         'plugins.rawdisk',
         'plugins.reservation',
         'plugins.sfagids',
@@ -47,6 +46,7 @@ setup(
         'sliver_lxc',
         'cgroups',
         'coresched_lxc',
+        'plugins.privatebridge',
 # vs
         'sliver_vs',
         'coresched_vs',