diff options
author | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-10 14:34:00 +0200 |
---|---|---|
committer | René 'Necoro' Neumann <necoro@necoro.net> | 2010-04-10 14:34:00 +0200 |
commit | 58819c75a01a109d8ae25d4ad5c6db547283a116 (patch) | |
tree | 69ad605f4e4e937018133be2118f07bacf5d8ff6 /portato | |
parent | d7473c4aaeea45383749519331cbe0d8d23f6fd6 (diff) | |
download | portato-58819c75a01a109d8ae25d4ad5c6db547283a116.tar.gz portato-58819c75a01a109d8ae25d4ad5c6db547283a116.tar.bz2 portato-58819c75a01a109d8ae25d4ad5c6db547283a116.zip |
Revert "Add atom wrapper, which does nothing atm"
This reverts commit a96791f54721f8af95358b28d16d01b93ae7b1b7.
Diffstat (limited to '')
-rw-r--r-- | portato/backend/portage/atom.py | 16 |
1 files changed, 0 insertions, 16 deletions
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 <necoro@necoro.net> - -from portage.dep import Atom - -class PortageAtom (Atom): - pass |