few changes on the ipv6.py logic, and a bit of code cleanup in tools.py,
[nodemanager.git] / setup.py
index 0f745da..8da2f67 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=[
@@ -47,6 +47,8 @@ setup(
         'sliver_lxc',
         'cgroups',
         'coresched_lxc',
+        'plugins.ipv6',
+        'plugins.update_ipv6addr_slivertag', 
 # vs
         'sliver_vs',
         'coresched_vs',