From 58819c75a01a109d8ae25d4ad5c6db547283a116 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Sat, 10 Apr 2010 14:34:00 +0200 Subject: Revert "Add atom wrapper, which does nothing atm" This reverts commit a96791f54721f8af95358b28d16d01b93ae7b1b7. --- portato/backend/portage/atom.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 portato/backend/portage/atom.py (limited to 'portato') diff --git a/portato/backend/portage/atom.py b/portato/backend/portage/atom.py deleted file mode 100644 index 78ec02e..0000000 --- a/portato/backend/portage/atom.py +++ /dev/null @@ -1,16 +0,0 @@ -# -*- coding: utf-8 -*- -# -# File: portato/backend/portage/atom.py -# This file is part of the Portato-Project, a graphical portage-frontend. -# -# Copyright (C) 2006-2009 René 'Necoro' Neumann -# This is free software. You may redistribute copies of it under the terms of -# the GNU General Public License version 2. -# There is NO WARRANTY, to the extent permitted by law. -# -# Written by René 'Necoro' Neumann - -from portage.dep import Atom - -class PortageAtom (Atom): - pass -- cgit v1.2.3