X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=setup-lxc.py;fp=setup-lxc.py;h=0000000000000000000000000000000000000000;hb=eb318302b6957abc774e7340786251fff80f4ab0;hp=14954d2b1b01fb36ac158fd5b7b4840c704897ae;hpb=e1f1050c332744ddb2b8bf1f771eb8beeebfca3b;p=nodemanager.git diff --git a/setup-lxc.py b/setup-lxc.py deleted file mode 100644 index 14954d2..0000000 --- a/setup-lxc.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/python -# -# Setup script for the Node Manager application -# -# Mark Huang -# Copyright (C) 2006 The Trustees of Princeton University -# - -from distutils.core import setup, Extension - -setup( - py_modules=[ - 'sliver_libvirt', - 'sliver_lxc', - 'cgroups', - 'coresched_lxc', -# 'plugins.privatebridge', - ], - scripts = [ - ], - packages =[ - ], - )