diff --git a/TODO b/TODO deleted file mode 100644 index f9f9ad1..0000000 --- a/TODO +++ /dev/null @@ -1,4 +0,0 @@ -The TODO list before 1.0: - -- implement test suite in tests/ - diff --git a/cpuset/task.py b/cpuset/task.py deleted file mode 100644 index 809256b..0000000 --- a/cpuset/task.py +++ /dev/null @@ -1,21 +0,0 @@ -"""Task class -""" - -__copyright__ = """ -Copyright (C) 2008-2010 Novell Inc. -Author: Alex Tsariounov - -This program is free software; you can redistribute it and/or modify -it under the terms of the GNU General Public License version 2 as -published by the Free Software Foundation. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program; if not, write to the Free Software -Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -""" -